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