This commit is contained in:
jl777
2016-11-21 17:36:49 -03:00
parent a8aa437561
commit 97b426a8cd
2 changed files with 34 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ bool Solver(const CScript& scriptPubKey, txnouttype& typeRet, vector<vector<unsi
else if (opcode2 == OP_SMALLDATA)
{
// small pushdata, <= nMaxDatacarrierBytes
fprintf(stderr,"size.%d > nMaxDatacarrier.%d\n",vch1.size(),nMaxDatacarrierBytes);
if (vch1.size() > nMaxDatacarrierBytes)
break;
}