mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
rpc: default do_not_relay to false in sendrawtransaction
This commit is contained in:
parent
35d5aa36c9
commit
e0404d35fe
@ -836,7 +836,7 @@ namespace cryptonote
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(tx_as_hex)
|
||||
KV_SERIALIZE(do_not_relay)
|
||||
KV_SERIALIZE_OPT(do_not_relay, false)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user