From 6a1674fe7e949bcc3889ba433d8fec6d0f8c5278 Mon Sep 17 00:00:00 2001 From: Dwerg <35254268+Dwerg@users.noreply.github.com> Date: Fri, 12 Jan 2018 05:56:35 +0100 Subject: [PATCH] Fixed text --- walletaid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletaid.py b/walletaid.py index 7401f3b..bbe91cd 100644 --- a/walletaid.py +++ b/walletaid.py @@ -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!"