1
0

fix create_new_account

This commit is contained in:
ThomasV
2013-08-07 21:53:05 +02:00
parent 1ff2f1b308
commit e6208e2747
2 changed files with 16 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ class Wallet:
self.config.set_key('master_private_keys', self.master_private_keys, True)
# create default account
self.create_new_account('Main account')
self.create_new_account('Main account', None)
def create_new_account(self, name, password):