Fixed text

This commit is contained in:
Dwerg 2018-01-12 05:56:35 +01:00 committed by GitHub
parent 2987477cc8
commit 6a1674fe7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ with open('wallet.dat', 'rb') as f:
privkey = int(binascii.hexlify(body), base = 16)
else:
body = None
print "\rScanned 100 % \nLoaded {} keys from wallet.dat\n".format(count)
print "\rLoaded 100 % \nLoaded {} keys from wallet.dat\n".format(count)
#Prompt user to paste address to search for
print "Paste address with CTRL+V. Leave blank to get all!"