Skip to content

Commit

Permalink
unlock fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Apr 27, 2014
1 parent 65fe45d commit 69cb0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtdialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def acceptPassphrase(self):
if self.returnPassphrase == False:
unlockProgress = DlgProgress(self, self.main, HBar=1,
Title="Unlocking Wallet")
unlockProgress.exec_(self.wlt.unlock)
unlockProgress.exec_(self.wlt.unlock, securePassphrase=self.securePassphrase)
self.securePassphrase.destroy()
else:
if self.wlt.verifyPassphrase(self.securePassphrase) == False:
Expand Down

0 comments on commit 69cb0ec

Please sign in to comment.