1
0

export seed in gui/restore from seed

This commit is contained in:
thomasv
2013-01-08 14:29:42 +01:00
parent d2a342c22b
commit 8b9d14e303
4 changed files with 65 additions and 21 deletions

View File

@@ -956,8 +956,10 @@ class ElectrumGui:
except:
modal_dialog('error: could not decode this seed')
return
wallet.seed = str(seed)
return True
gap = 5 # default
return str(seed), gap
def network_dialog(self):