mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-25 22:59:00 +00:00
Modified comment to make it clear that pull request refers to Bitcoin Core.
This commit is contained in:
parent
0e2105f78c
commit
1d229e1ef5
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user