1
0

do not pass config to storage. request height from network_proxy if connected

This commit is contained in:
ThomasV
2015-05-08 10:58:54 +02:00
parent 6035fe974c
commit c2a4252065
10 changed files with 44 additions and 41 deletions

View File

@@ -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()