Skip to content

Instantly share code, notes, and snippets.

@OverlordQ
Created August 13, 2013 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OverlordQ/6223288 to your computer and use it in GitHub Desktop.
Save OverlordQ/6223288 to your computer and use it in GitHub Desktop.
'Fix' electrum text GUI
diff --git a/gui/gui_text.py b/gui/gui_text.py
index 2dd8c9c..3429376 100644
--- a/gui/gui_text.py
+++ b/gui/gui_text.py
@@ -51,10 +51,13 @@ class ElectrumGui:
pass
def restore_or_create(self):
- pass
+ return "create"
+
+ def show_seed(self):
+ pass
def verify_seed(self):
- pass
+ return 1
def get_string(self, y, x):
self.set_cursor(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment