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

@@ -47,7 +47,9 @@ class ElectrumGui:
def restore_or_create(self):
pass
def verify_seed(self):
pass
def get_string(self, y, x):
curses.curs_set(1)
curses.echo()