From a174383f4322aa058d8794499517e5c73ec787cc Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sat, 10 Jan 2015 15:27:14 +0300 Subject: [PATCH] Comments update --- src/wallet.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) -- 1.7.1