mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-20 07:55:07 +02:00
fix non-standard reason string in main.cpp
This commit is contained in:
@ -443,7 +443,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
|
||||
return false;
|
||||
}
|
||||
if (!txin.scriptSig.HasCanonicalPushes()) {
|
||||
reason = "non-canonical-push";
|
||||
reason = "scriptsig-non-canonical-push";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user