1
0

ask users to enter their seed on create

This commit is contained in:
thomasv
2013-04-09 18:08:14 +02:00
parent bc4671ac34
commit 98f7d36313
7 changed files with 102 additions and 67 deletions

View File

@@ -969,6 +969,9 @@ class ElectrumGui:
def network_dialog(self):
return True
def verify_seed(self):
self.wallet.save_seed()
return True
def show_seed(self):
modal_dialog('Your seed is:', wallet.seed)