Modified comment to make it clear that pull request refers to Bitcoin Core.

This commit is contained in:
Ross Nicoll 2014-08-28 20:58:45 +01:00
parent 0e2105f78c
commit 1d229e1ef5
No known key found for this signature in database
GPG Key ID: 9142E5F7E533CE3B

View File

@ -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)