RandomX: try to recover after an error

This commit is contained in:
SChernykh
2023-08-21 11:01:57 +02:00
parent 8d65a99fe4
commit bc0634a541
5 changed files with 32 additions and 12 deletions
+1 -2
View File
@@ -1691,8 +1691,7 @@ int p2pool::run()
m_ZMQReader = nullptr;
}
catch (const std::exception& e) {
const char* s = e.what();
LOGERR(1, "exception " << s);
LOGERR(1, "exception " << e.what());
PANIC_STOP();
}