From 8b3d7ea2780dbd1ddc23dd0fc3e27f7824ce04d3 Mon Sep 17 00:00:00 2001 From: Peter Surda Date: Tue, 15 Aug 2017 14:09:19 +0200 Subject: [PATCH] C PoW init fix --- src/proofofwork.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/proofofwork.py b/src/proofofwork.py index 12d513b6..df6ed295 100644 --- a/src/proofofwork.py +++ b/src/proofofwork.py @@ -19,6 +19,8 @@ import state bitmsglib = 'bitmsghash.so' +bmpow = None + def _set_idle(): if 'linux' in sys.platform: os.nice(20)