1
0

fix cmd line wallet creation. fixes #684

This commit is contained in:
ThomasV
2014-05-08 15:18:38 +02:00
parent 7dc4102e7d
commit a18d21d946
2 changed files with 4 additions and 6 deletions

View File

@@ -1546,7 +1546,7 @@ class OldWallet(Deterministic_Wallet):
def create_master_keys(self, password):
seed = pw_decode(self.seed, password)
seed = self.get_seed(password)
mpk = OldAccount.mpk_from_seed(seed)
self.storage.put('master_public_key', mpk, True)