aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-25 22:08:56 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-25 22:08:56 +0200
commit40df4905fdd62b1f02757c1ea3d5146bcb286a9e (patch)
treed8a8952181644c1737be83dc1c28262bd7681a63 /src/wallet
parentMerge pull request #2895 (diff)
parentRevert "return subaddress in get_bulk_payments" (diff)
downloadmonero-40df4905fdd62b1f02757c1ea3d5146bcb286a9e.tar.xz
Merge pull request #3006
7e7b1a82 Revert "return subaddress in get_bulk_payments" (moneromooo-monero)
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/wallet_rpc_server.cpp1
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;