mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
remove unused fields from relay_tx RPC
This commit is contained in:
parent
91c7d68b2d
commit
45c85c89de
@ -768,15 +768,9 @@ namespace wallet_rpc
|
||||
struct response
|
||||
{
|
||||
std::string tx_hash;
|
||||
std::string tx_key;
|
||||
uint64_t fee;
|
||||
std::string tx_blob;
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(tx_hash)
|
||||
KV_SERIALIZE(tx_key)
|
||||
KV_SERIALIZE(fee)
|
||||
KV_SERIALIZE(tx_blob)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user