We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ATOMIC
1 parent 8dd13c9 commit b1b8e5dCopy full SHA for b1b8e5d
Convertor_Atomic.py
@@ -30,7 +30,7 @@ def GetBal(addr):
30
if balance != iffer:
31
found += 1
32
with open('FoundValue.txt', 'a') as vf:
33
- vf.write(f"{addr} Balance: {balance}\n{PrivateKey}\n{'=' * 55}\n")
+ vf.write(f"{addr} Balance: {balance}\n{Privatekey}\n{'=' * 55}\n")
34
vf.close()
35
else:
36
0 commit comments