Skip to content

Commit 12e1fcc

Browse files
author
Jeff Garzik
committed
Merge pull request #3589 from Diapolo/english-reason
use english for all reason strings in IsStandardTx()
2 parents ca1913e + b34e88a commit 12e1fcc

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)