mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04: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