1
0
This commit is contained in:
ThomasV
2014-04-20 10:42:13 +02:00
parent 6c96b38abf
commit 41f9da1559
3 changed files with 6 additions and 2 deletions

View File

@@ -1751,6 +1751,7 @@ class OldWallet(NewWallet):
def create_watching_only_wallet(self, mpk):
self.seed_version = OLD_SEED_VERSION
self.storage.put('seed_version', self.seed_version, True)
self.storage.put('master_public_key', mpk, True)
self.create_account(mpk)
def get_seed(self, password):