From bbfce8a4c9e7541d06dcc857dd0a82ec14d92180 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 13 Feb 2014 15:12:18 +0100 Subject: fix non-standard reason string in main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 1df9a24d55..d9cd23ce73 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; } } -- cgit v1.2.3