Created
August 13, 2013 17:04
-
-
Save OverlordQ/6223288 to your computer and use it in GitHub Desktop.
'Fix' electrum text GUI
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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