diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-25 12:12:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-25 12:12:14 +0200 |
commit | cd8c7f6e782c2a5c57cc9c4ae2a7bd356561f152 (patch) | |
tree | 1ff54efd1571ec8448a8f471cab03f2c74544c47 /src/wallet/wallet_rpc_server_commands_defs.h | |
parent | Merge pull request #4420 (diff) | |
parent | wallet_rpc_server: include account index in incoming_transfers RPC (diff) | |
download | monero-cd8c7f6e782c2a5c57cc9c4ae2a7bd356561f152.tar.xz |
Merge pull request #4433
b35beaa8 wallet_rpc_server: include account index in incoming_transfers RPC (moneromooo-monero)
Diffstat (limited to 'src/wallet/wallet_rpc_server_commands_defs.h')
-rw-r--r-- | src/wallet/wallet_rpc_server_commands_defs.h | 2 |
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 5d9c22971..2168e0f71 100644 --- a/src/wallet/wallet_rpc_server_commands_defs.h +++ b/src/wallet/wallet_rpc_server_commands_defs.h @@ -863,7 +863,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() |