mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00: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()
|
||||
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