1
0

fix create_new_account

This commit is contained in:
ThomasV
2013-08-07 21:53:05 +02:00
parent bc6e2e18f1
commit 4d02b9b7b4
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):