From 5a09d79caf699c3dc33e889e1db412f41e7b0414 Mon Sep 17 00:00:00 2001 From: binaryFate Date: Sun, 25 Jun 2017 20:42:56 +0200 Subject: Fix #2120: return per-tx amount in transfer_split RPC call. --- src/wallet/wallet_rpc_server_commands_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet/wallet_rpc_server_commands_defs.h') diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h index 3c10dc41f..12ac281e4 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -180,11 +180,13 @@ namespace wallet_rpc { std::list tx_hash_list; std::list tx_key_list; + std::list amount_list; std::list fee_list; BEGIN_KV_SERIALIZE_MAP() KV_SERIALIZE(tx_hash_list) KV_SERIALIZE(tx_key_list) + KV_SERIALIZE(amount_list) KV_SERIALIZE(fee_list) END_KV_SERIALIZE_MAP() }; -- cgit v1.2.3