mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
Merge pull request #3136
e0404d35
rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero)
This commit is contained in:
commit
6d48bddffd
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue