rpc: remove unused ctors

Also prevents coverity from moaning about them not initializing fields
pull/127/head
moneromooo-monero 6 years ago
parent 7cc39845be
commit bfa2dce171
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -782,9 +782,6 @@ namespace cryptonote
std::string tx_as_hex;
bool do_not_relay;
request() {}
explicit request(const transaction &);
BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE(tx_as_hex)
KV_SERIALIZE_OPT(do_not_relay, false)

Loading…
Cancel
Save