From 7b01a076b90cecbeea0f071b41f5e9fa818635b2 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Fri, 20 Feb 2015 00:57:26 +0200 Subject: added tx size to incoming_transfers 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 44bb54c97..35783a189 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -228,12 +228,14 @@ namespace wallet_rpc bool spent; uint64_t global_index; std::string tx_hash; + uint64_t tx_size; BEGIN_KV_SERIALIZE_MAP() KV_SERIALIZE(amount) KV_SERIALIZE(spent) KV_SERIALIZE(global_index) KV_SERIALIZE(tx_hash) + KV_SERIALIZE(tx_size) END_KV_SERIALIZE_MAP() }; -- cgit v1.2.3