C PoW init fix

This commit is contained in:
Peter Šurda 2017-08-15 14:09:19 +02:00
parent 623553393b
commit 8b3d7ea278
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ import state
bitmsglib = 'bitmsghash.so'
bmpow = None
def _set_idle():
if 'linux' in sys.platform:
os.nice(20)