forked from lthn/blockchain
exceptions handling in wallets_manager dtor
This commit is contained in:
parent
85c27e81ea
commit
f4893863be
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue