|
|
@ -443,7 +443,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason) |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!txin.scriptSig.HasCanonicalPushes()) { |
|
|
|
if (!txin.scriptSig.HasCanonicalPushes()) { |
|
|
|
reason = "non-canonical-push"; |
|
|
|
reason = "scriptsig-non-canonical-push"; |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|