mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-29 16:24:22 +00:00
use english for all reason strings in IsStandardTx()
This commit is contained in:
parent
ca1913e8f6
commit
b34e88a88f
@ -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…
x
Reference in New Issue
Block a user