Skip to content

Commit

Permalink
Modified comment to make it clear that pull request refers to Bitcoin…
Browse files Browse the repository at this point in the history
… Core.
  • Loading branch information
Ross Nicoll committed Aug 28, 2014
1 parent 0e2105f commit 1d229e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1d229e1

Please sign in to comment.