mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +01:00
Merge pull request #3666
bbfce8a fix non-standard reason string in main.cpp (Philip Kaufmann)
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