mirror of
https://github.com/monero-project/monero.git
synced 2025-08-07 12:32:16 -04:00
Merge pull request #2899
b60f48f0
return subaddress in get_bulk_payments (Dmitriy Plekhanov)
This commit is contained in:
commit
b3dddb22fe
1 changed files with 1 additions and 0 deletions
|
@ -1275,6 +1275,7 @@ 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…
Add table
Add a link
Reference in a new issue