mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
rpc: remove unused ctors
Also prevents coverity from moaning about them not initializing fields
This commit is contained in:
parent
7cc39845be
commit
bfa2dce171
@ -782,9 +782,6 @@ namespace cryptonote
|
|||||||
std::string tx_as_hex;
|
std::string tx_as_hex;
|
||||||
bool do_not_relay;
|
bool do_not_relay;
|
||||||
|
|
||||||
request() {}
|
|
||||||
explicit request(const transaction &);
|
|
||||||
|
|
||||||
BEGIN_KV_SERIALIZE_MAP()
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
KV_SERIALIZE(tx_as_hex)
|
KV_SERIALIZE(tx_as_hex)
|
||||||
KV_SERIALIZE_OPT(do_not_relay, false)
|
KV_SERIALIZE_OPT(do_not_relay, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user