aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet_rpc_server_commands_defs.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-20 13:03:21 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-24 19:42:26 +0000
commitb35beaa8d657aabce3e6567c2db6b52bc73a56a8 (patch)
tree5008ddb23b1c98e616bff1147a190f007e4b1180 /src/wallet/wallet_rpc_server_commands_defs.h
parentMerge pull request #4391 (diff)
downloadmonero-b35beaa8d657aabce3e6567c2db6b52bc73a56a8.tar.xz
wallet_rpc_server: include account index in incoming_transfers RPC
Diffstat (limited to 'src/wallet/wallet_rpc_server_commands_defs.h')
-rw-r--r--src/wallet/wallet_rpc_server_commands_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server_commands_defs.h b/src/wallet/wallet_rpc_server_commands_defs.h
index 4501cf575..c3da3e7a8 100644
--- a/src/wallet/wallet_rpc_server_commands_defs.h
+++ b/src/wallet/wallet_rpc_server_commands_defs.h
@@ -859,7 +859,7 @@ namespace wallet_rpc
bool spent;
uint64_t global_index;
std::string tx_hash;
- uint32_t subaddr_index;
+ cryptonote::subaddress_index subaddr_index;
std::string key_image;
BEGIN_KV_SERIALIZE_MAP()