mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 21:12:29 +02:00
Merge pull request #3589 from Diapolo/english-reason
use english for all reason strings in IsStandardTx()
This commit is contained in:
commit
12e1fcc34e
@ -429,7 +429,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason)
|
|||||||
|
|
||||||
// only one OP_RETURN txout is permitted
|
// only one OP_RETURN txout is permitted
|
||||||
if (nDataOut > 1) {
|
if (nDataOut > 1) {
|
||||||
reason = "mucho-data";
|
reason = "multi-op-return";
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user