restore: try old wallet first
This commit is contained in:
@@ -238,6 +238,9 @@ class Wallet:
|
||||
self.storage.put('seed', self.seed, True)
|
||||
self.storage.put('seed_version', self.seed_version, True)
|
||||
|
||||
|
||||
def create_accounts(self):
|
||||
|
||||
master_k, master_c, master_K, master_cK = bip32_init(self.seed)
|
||||
|
||||
# normal accounts
|
||||
@@ -1331,6 +1334,7 @@ class Wallet:
|
||||
|
||||
|
||||
|
||||
|
||||
class WalletSynchronizer(threading.Thread):
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user