do not pass config to storage. request height from network_proxy if connected
This commit is contained in:
@@ -174,7 +174,7 @@ class Authenticator:
|
||||
def __init__(self):
|
||||
global wallet
|
||||
self.qr_data = None
|
||||
storage = WalletStorage({'wallet_path':'/sdcard/electrum/authenticator'})
|
||||
storage = WalletStorage('/sdcard/electrum/authenticator')
|
||||
if not storage.file_exists:
|
||||
|
||||
action = self.restore_or_create()
|
||||
|
||||
Reference in New Issue
Block a user