diff --git a/src/proofofwork.py b/src/proofofwork.py index 5b915017..f170aa5f 100644 --- a/src/proofofwork.py +++ b/src/proofofwork.py @@ -316,6 +316,9 @@ def init(): except Exception as e: logger.error("Error: %s", e, exc_info=True) bso = None + except Exception as e: + logger.error("Error: %s", e, exc_info=True) + bso = None else: try: bso = ctypes.CDLL(os.path.join(paths.codePath(), "bitmsghash", bitmsglib))