Merge pull request #3136

e0404d35 rpc: default do_not_relay to false in sendrawtransaction (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-01-27 17:25:07 -08:00
commit 6d48bddffd
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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