simplewallet: fix integrated_address output string

pull/470/head
selsta 2 years ago
parent f49fc9b487
commit 3593a986d8
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

@ -9820,7 +9820,7 @@ bool simple_wallet::print_integrated_address(const std::vector<std::string> &arg
{
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);
device_show_integrated(info.payment_id);
}

Loading…
Cancel
Save