diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-09-14 13:03:46 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-09-14 13:03:46 +0200 |
| commit | 5f9374c7358a2b4f950aaf98c7890c64b938e201 (patch) | |
| tree | 13be288cd0e9bcaf1409041a3959b9baa77ee66d /src | |
| parent | 9f24e57dc225a26583571792caa0a948904ef21c (diff) | |
| parent | 45c85c89deea1de48229aa4a31154a8774a651fc (diff) | |
| download | monzero-core-5f9374c7358a2b4f950aaf98c7890c64b938e201.tar.gz monzero-core-5f9374c7358a2b4f950aaf98c7890c64b938e201.tar.xz monzero-core-5f9374c7358a2b4f950aaf98c7890c64b938e201.zip | |
Merge pull request #4329
45c85c89 remove unused fields from relay_tx RPC (el00ruobuob)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/wallet_rpc_server_commands_defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h index ce10e2917..4501cf575 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -766,15 +766,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() }; }; |
