diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-15 12:47:33 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-08-15 12:47:33 +0000 |
| commit | 5ed6669130a154c3c154567014a7e56f4679c265 (patch) | |
| tree | 3d67e008281f24c031b9e48fe8d7972c3e6768ad /src | |
| parent | 0dddfeacc982ad208808e3a828163837fc4aba38 (diff) | |
| download | monzero-core-5ed6669130a154c3c154567014a7e56f4679c265.tar.gz monzero-core-5ed6669130a154c3c154567014a7e56f4679c265.tar.xz monzero-core-5ed6669130a154c3c154567014a7e56f4679c265.zip | |
wallet_rpc_server: remove unused amount_keys field in transfer RPC
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/wallet_rpc_server_commands_defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h index 1bd572add..0e12378c3 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -424,7 +424,6 @@ namespace wallet_rpc { std::string tx_hash; std::string tx_key; - std::list<std::string> amount_keys; uint64_t amount; uint64_t fee; std::string tx_blob; @@ -435,7 +434,6 @@ namespace wallet_rpc BEGIN_KV_SERIALIZE_MAP() KV_SERIALIZE(tx_hash) KV_SERIALIZE(tx_key) - KV_SERIALIZE(amount_keys) KV_SERIALIZE(amount) KV_SERIALIZE(fee) KV_SERIALIZE(tx_blob) |
