diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index bf76f3ffa..413277b11 100755 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -1688,13 +1688,13 @@ bool simple_wallet::set_refresh_type(const std::vector &args/* = st return true; } -bool simple_wallet::set_confirm_missing_payment_id(const std::vector &args/* = std::vector()*/) +bool simple_wallet::set_confirm_subaddress(const std::vector &args/* = std::vector()*/) { const auto pwd_container = get_and_verify_password(); if (pwd_container) { parse_bool_and_use(args[1], [&](bool r) { - m_wallet->confirm_missing_payment_id(r); + m_wallet->confirm_subaddress(r); m_wallet->rewrite(m_wallet_file, pwd_container->password()); }); } @@ -1931,10 +1931,10 @@ bool simple_wallet::help(const std::vector &args/* = std::vector | all | [] | label