1
0

hw_wallet: show_error can now block optionally. trezor: use prev during recovery.

This commit is contained in:
SomberNight
2018-05-01 15:05:58 +02:00
parent ae24af9bc2
commit 66cfc3ea37
3 changed files with 11 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ class CmdLineHandler:
def show_message(self, msg, on_cancel=None):
print_msg(msg)
def show_error(self, msg):
def show_error(self, msg, blocking=False):
print_msg(msg)
def update_status(self, b):