hw_wallet: show_error can now block optionally. trezor: use prev during recovery.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user