Fix compile warning/bug
This commit is contained in:
@@ -865,7 +865,7 @@ void CTxMemPool::NotifyRecentlyAdded()
|
|||||||
try {
|
try {
|
||||||
SyncWithWallets(tx, NULL);
|
SyncWithWallets(tx, NULL);
|
||||||
} catch (const boost::thread_interrupted&) {
|
} catch (const boost::thread_interrupted&) {
|
||||||
fprintf(stderr,"%s: thread interrupted\n");
|
fprintf(stderr,"%s: thread interrupted\n", __FUNCTION__);
|
||||||
throw;
|
throw;
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
PrintExceptionContinue(&e, "CTxMemPool::NotifyRecentlyAdded()");
|
PrintExceptionContinue(&e, "CTxMemPool::NotifyRecentlyAdded()");
|
||||||
|
|||||||
Reference in New Issue
Block a user