mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-26 23:45:54 +01:00
use english for all reason strings in IsStandardTx()
This commit is contained in:
@@ -429,7 +429,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
|
||||
|
||||
// only one OP_RETURN txout is permitted
|
||||
if (nDataOut > 1) {
|
||||
reason = "mucho-data";
|
||||
reason = "multi-op-return";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user