From 139ca3ced472dacf6b640be1851a6c45a6eb8342 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Thu, 17 Jan 2019 16:55:33 +0100 Subject: [PATCH] wallet: fix rendering issue in progres reporting --- src/apps/wallet/sign_tx/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/wallet/sign_tx/__init__.py b/src/apps/wallet/sign_tx/__init__.py index 6bcc1aeebd..2a6213fd6b 100644 --- a/src/apps/wallet/sign_tx/__init__.py +++ b/src/apps/wallet/sign_tx/__init__.py @@ -49,6 +49,7 @@ async def sign_tx(ctx, msg, keychain): progress.report_init() elif isinstance(req, helpers.UiConfirmForeignAddress): res = await paths.show_path_warning(ctx, req.address_n) + progress.report_init() else: raise TypeError("Invalid signing instruction") return req