Skip to content
Snippets Groups Projects
Commit b608cdbe authored by inso's avatar inso
Browse files

Fix bug #321

parent e144dc5a
Branches
Tags
No related merge requests found
...@@ -235,8 +235,6 @@ class Wallet(QObject): ...@@ -235,8 +235,6 @@ class Wallet(QObject):
time = block['medianTime'] time = block['medianTime']
txid = len(block['transactions']) txid = len(block['transactions'])
key = None
logging.debug("Key : {0} : {1}".format(salt, password))
if self.walletid == 0: if self.walletid == 0:
key = SigningKey(salt, password) key = SigningKey(salt, password)
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment