forked from lthn/blockchain
an attempt to fix gcc compilation
This commit is contained in:
parent
d92a54045b
commit
bfa68e4b88
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue