1
0

fix bugs on wallet creation

This commit is contained in:
ThomasV
2014-05-01 18:58:24 +02:00
parent 46c0dda3b9
commit 95df9cd103
2 changed files with 17 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ def make_password_dialog(self, wallet, msg):
def run_password_dialog(self, wallet, parent):
if wallet.is_watching_only():
if wallet and wallet.is_watching_only():
QMessageBox.information(parent, _('Error'), _('This is a watching-only wallet'), _('OK'))
return False, None, None