mirror of
https://github.com/monero-project/monero.git
synced 2026-08-03 09:21:35 -07:00
wallet_rpc_server: return payment id in make_integrated_address RPC
It is useful, especially when requesting a random one
This commit is contained in:
@@ -473,6 +473,7 @@ namespace tools
|
||||
}
|
||||
|
||||
res.integrated_address = m_wallet.get_account().get_public_integrated_address_str(payment_id, m_wallet.testnet());
|
||||
res.payment_id = epee::string_tools::pod_to_hex(payment_id);
|
||||
return true;
|
||||
}
|
||||
catch (std::exception &e)
|
||||
|
||||
Reference in New Issue
Block a user