Skip to content

Commit 047ee42

Browse files
committed
Merge pull request #3666
bbfce8a fix non-standard reason string in main.cpp (Philip Kaufmann)
2 parents 7abcd1a + bbfce8a commit 047ee42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
443443
return false;
444444
}
445445
if (!txin.scriptSig.HasCanonicalPushes()) {
446-
reason = "non-canonical-push";
446+
reason = "scriptsig-non-canonical-push";
447447
return false;
448448
}
449449
}

0 commit comments

Comments
 (0)