Skip to content

Commit b1b8e5d

Browse files
authored
Convert And Check Address BTC From ATOMIC
1 parent 8dd13c9 commit b1b8e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Convertor_Atomic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def GetBal(addr):
3030
if balance != iffer:
3131
found += 1
3232
with open('FoundValue.txt', 'a') as vf:
33-
vf.write(f"{addr} Balance: {balance}\n{PrivateKey}\n{'=' * 55}\n")
33+
vf.write(f"{addr} Balance: {balance}\n{Privatekey}\n{'=' * 55}\n")
3434
vf.close()
3535
else:
3636

0 commit comments

Comments
 (0)