RandomX: try to recover after an error
This commit is contained in:
+1
-2
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user