1
0
Fork 0
forked from lthn/blockchain

an attempt to fix gcc compilation

This commit is contained in:
sowle 2024-10-10 20:45:43 +02:00
parent d92a54045b
commit bfa68e4b88
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -323,9 +323,7 @@ namespace tools
//----------------------------------------------------------------------------------------------------
struct wallet_error_resync_needed : public std::exception
{
wallet_error_resync_needed()
: std::exception("wallet_error_resync_needed")
{}
virtual const char* what() const noexcept override { return "wallet_error_resync_needed"; }
};
//----------------------------------------------------------------------------------------------------
struct tx_parse_error : public refresh_error