mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-01-25 02:32:56 -03:00
Merge pull request #8245
3593a98
simplewallet: fix integrated_address output string (selsta)
This commit is contained in:
commit
4abbf442b4
1 changed files with 1 additions and 1 deletions
|
@ -9820,7 +9820,7 @@ bool simple_wallet::print_integrated_address(const std::vector<std::string> &arg
|
||||||
{
|
{
|
||||||
if (info.has_payment_id)
|
if (info.has_payment_id)
|
||||||
{
|
{
|
||||||
success_msg_writer() << boost::format(tr("Integrated address: %s, payment ID: %s")) %
|
success_msg_writer() << boost::format(tr("Standard address: %s, payment ID: %s")) %
|
||||||
get_account_address_as_str(m_wallet->nettype(), false, info.address) % epee::string_tools::pod_to_hex(info.payment_id);
|
get_account_address_as_str(m_wallet->nettype(), false, info.address) % epee::string_tools::pod_to_hex(info.payment_id);
|
||||||
device_show_integrated(info.payment_id);
|
device_show_integrated(info.payment_id);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue