This commit is contained in:
Duke Leto
2019-11-05 06:54:42 -05:00
parent b40a4e9c82
commit 5b29c7cd71
3 changed files with 19 additions and 1 deletions

View File

@@ -863,6 +863,7 @@ void CTxMemPool::NotifyRecentlyAdded()
try {
SyncWithWallets(tx, NULL);
} catch (const boost::thread_interrupted&) {
fprintf(stderr,"%s: thread interrupted\n");
throw;
} catch (const std::exception& e) {
PrintExceptionContinue(&e, "CTxMemPool::NotifyRecentlyAdded()");