rpc: default do_not_relay to false in sendrawtransaction

This commit is contained in:
moneromooo-monero 2018-01-16 11:15:01 +00:00
parent 35d5aa36c9
commit e0404d35fe
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 1 deletions

View File

@ -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()
};