1
0
Fork 0
forked from lthn/blockchain

exceptions handling in wallets_manager dtor

This commit is contained in:
sowle 2020-02-19 16:12:52 +03:00
parent 85c27e81ea
commit f4893863be
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -66,7 +66,9 @@ void wallet_lock_time_watching_policy::watch_lock_time(uint64_t lock_time)
wallets_manager::~wallets_manager()
{
TRY_ENTRY();
stop();
CATCH_ENTRY_NO_RETURN();
}
void terminate_handler_func()