diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-25 20:04:32 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-25 20:04:40 +0000 |
commit | 7e7b1a8252d52e70f1dd5d24903903170e3513c6 (patch) | |
tree | 5ef19e1fcd1c7178ed04e822bc3e1d1614bb7999 /src/wallet/wallet_rpc_server.cpp | |
parent | Merge pull request #2936 (diff) | |
download | monero-7e7b1a8252d52e70f1dd5d24903903170e3513c6.tar.xz |
Revert "return subaddress in get_bulk_payments"
This reverts commit b60f48f0e31c17638f771042887b2fffdbad15b4.
Diffstat (limited to 'src/wallet/wallet_rpc_server.cpp')
-rw-r--r-- | src/wallet/wallet_rpc_server.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index e3459571d..f031b765d 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -1371,7 +1371,6 @@ namespace tools { wallet_rpc::payment_details rpc_payment; rpc_payment.payment_id = epee::string_tools::pod_to_hex(payment.first); - rpc_payment.subaddress = m_wallet->get_subaddress_as_str(payment.second.m_subaddr_index); rpc_payment.tx_hash = epee::string_tools::pod_to_hex(payment.second.m_tx_hash); rpc_payment.amount = payment.second.m_amount; rpc_payment.block_height = payment.second.m_block_height; |