mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-23 05:37:46 +00:00
Merge pull request #4329
45c85c89
remove unused fields from relay_tx RPC (el00ruobuob)
This commit is contained in:
commit
5f9374c735
1 changed files with 0 additions and 6 deletions
|
@ -766,15 +766,9 @@ namespace wallet_rpc
|
||||||
struct response
|
struct response
|
||||||
{
|
{
|
||||||
std::string tx_hash;
|
std::string tx_hash;
|
||||||
std::string tx_key;
|
|
||||||
uint64_t fee;
|
|
||||||
std::string tx_blob;
|
|
||||||
|
|
||||||
BEGIN_KV_SERIALIZE_MAP()
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
KV_SERIALIZE(tx_hash)
|
KV_SERIALIZE(tx_hash)
|
||||||
KV_SERIALIZE(tx_key)
|
|
||||||
KV_SERIALIZE(fee)
|
|
||||||
KV_SERIALIZE(tx_blob)
|
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue