forked from claw/flaskpaste
fix lint issues across codebase
This commit is contained in:
@@ -166,7 +166,7 @@ def solve_pow(nonce, difficulty):
|
||||
if byte == 0:
|
||||
zero_bits += 8
|
||||
else:
|
||||
zero_bits += (8 - byte.bit_length())
|
||||
zero_bits += 8 - byte.bit_length()
|
||||
break
|
||||
|
||||
if zero_bits >= difficulty:
|
||||
|
||||
Reference in New Issue
Block a user