From 1d229e1ef55aa62f162e42965d9c684e517d6629 Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Thu, 28 Aug 2014 20:58:45 +0100 Subject: [PATCH] Modified comment to make it clear that pull request refers to Bitcoin Core. --- src/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet.cpp b/src/wallet.cpp index d2c09a671..e9976f0ab 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -132,7 +132,7 @@ bool CWallet::AddCScript(const CScript& redeemScript) bool CWallet::LoadCScript(const CScript& redeemScript) { - /* A sanity check was added in pull #3843 to avoid adding redeemScripts + /* A sanity check was added in Bitcoin Core pull #3843 to avoid adding redeemScripts * that never can be redeemed. However, old wallets may still contain * these. Do not add them to the wallet and warn. */ if (redeemScript.size() > MAX_SCRIPT_ELEMENT_SIZE)