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

This commit is contained in:
moneromooo-monero 2017-02-02 20:56:31 +00:00
parent da9174c8ee
commit a9a9b64b13
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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;