export seed in gui/restore from seed
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user