1
0

android: update create and recover dialogs

This commit is contained in:
ThomasV
2012-11-20 17:21:57 +01:00
parent cf1f533613
commit d8c49a2fef
2 changed files with 100 additions and 75 deletions

View File

@@ -197,13 +197,14 @@ if __name__ == '__main__':
else:
sys.exit("Error: Unknown GUI: " + pref_gui )
gui = gui.ElectrumGui(wallet, config)
interface = Interface(config, True)
wallet.interface = interface
interface.start()
interface.send([('server.peers.subscribe',[])])
gui = gui.ElectrumGui(wallet, config)
found = config.wallet_file_exists
if not found:
a = gui.restore_or_create()