From: CryptoManiac Date: Sat, 10 Jan 2015 12:27:14 +0000 (+0300) Subject: Comments update X-Git-Tag: nvc-v0.5.1~16 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a174383f4322aa058d8794499517e5c73ec787cc Comments update --- diff --git a/src/wallet.cpp b/src/wallet.cpp index 5990978..a0214fa 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -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)