@ -2,7 +2,7 @@ import hashlib
def check(data, proof, complexity=1, f=hashlib.sha256):
zeros="0"*complexity
hash=f(proof+data)
hash=f((proof+data).encode())
hashdata=hash.hexdigest()
b=0
for a in hashdata:
The note is not visible to the blocked user.