mirror of
https://github.com/monero-project/monero.git
synced 2025-05-03 13:24:49 -04:00
rpc: default do_not_relay to false in sendrawtransaction
This commit is contained in:
parent
35d5aa36c9
commit
e0404d35fe
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ namespace cryptonote
|
||||||
|
|
||||||
BEGIN_KV_SERIALIZE_MAP()
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
KV_SERIALIZE(tx_as_hex)
|
KV_SERIALIZE(tx_as_hex)
|
||||||
KV_SERIALIZE(do_not_relay)
|
KV_SERIALIZE_OPT(do_not_relay, false)
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue