Comments update
authorCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 10 Jan 2015 12:27:14 +0000 (15:27 +0300)
committerCryptoManiac <CryptoManiac@users.noreply.github.com>
Sat, 10 Jan 2015 12:27:14 +0000 (15:27 +0300)
src/wallet.cpp

index 5990978..a0214fa 100644 (file)
@@ -115,7 +115,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 commit 5ed0a2b 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)