simplewallet: fix build (unqualified type not in current scope)

pull/1665/head
moneromooo-monero 8 years ago
parent da9174c8ee
commit a9a9b64b13
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -380,7 +380,7 @@ bool simple_wallet::change_password(const std::vector<std::string> &args)
m_wallet->rewrite(m_wallet_file, pwd_container->password());
m_wallet->store();
}
catch (const wallet_logic_error& e)
catch (const tools::error::wallet_logic_error& e)
{
fail_msg_writer() << tr("Error with wallet rewrite: ") << e.what();
return false;

Loading…
Cancel
Save