Skip to content

Commit b34e88a

Browse files
author
Philip Kaufmann
committed
use english for all reason strings in IsStandardTx()
1 parent ca1913e commit b34e88a

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
@@ -429,7 +429,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
429429

430430
// only one OP_RETURN txout is permitted
431431
if (nDataOut > 1) {
432-
reason = "mucho-data";
432+
reason = "multi-op-return";
433433
return false;
434434
}
435435

0 commit comments

Comments
 (0)