1
0

handle imported keys as well with deseed and reseed

This commit is contained in:
ThomasV
2012-05-17 18:10:36 +02:00
parent 5d43811a90
commit a5496a5477
2 changed files with 13 additions and 2 deletions

View File

@@ -382,6 +382,7 @@ class Wallet:
if address in self.imported_keys.keys():
b = self.pw_decode( self.imported_keys[address], password )
if not b: return None
b = ASecretToSecret( b )
secexp = int( b.encode('hex'), 16)
else: