mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 17:32:33 +00:00
Revert "return subaddress in get_bulk_payments"
This reverts commit b60f48f0e3
.
This commit is contained in:
parent
6ca30ae666
commit
7e7b1a8252
1 changed files with 0 additions and 1 deletions
|
@ -1371,7 +1371,6 @@ namespace tools
|
||||||
{
|
{
|
||||||
wallet_rpc::payment_details rpc_payment;
|
wallet_rpc::payment_details rpc_payment;
|
||||||
rpc_payment.payment_id = epee::string_tools::pod_to_hex(payment.first);
|
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.tx_hash = epee::string_tools::pod_to_hex(payment.second.m_tx_hash);
|
||||||
rpc_payment.amount = payment.second.m_amount;
|
rpc_payment.amount = payment.second.m_amount;
|
||||||
rpc_payment.block_height = payment.second.m_block_height;
|
rpc_payment.block_height = payment.second.m_block_height;
|
||||||
|
|
Loading…
Reference in a new issue