From ecd8bd3b2ae860c6231720a7e043939b757b62e9 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Tue, 15 Nov 2016 18:09:25 +0100 Subject: [PATCH] wallet: remove unimport for now Importing a module again causes new classes to get created and breaks references between an object and its class. TODO: revise how imports/unimports are used in signing --- src/apps/wallet/layout_sign_tx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/wallet/layout_sign_tx.py b/src/apps/wallet/layout_sign_tx.py index d5e99965e4..9f525e5b6c 100644 --- a/src/apps/wallet/layout_sign_tx.py +++ b/src/apps/wallet/layout_sign_tx.py @@ -32,7 +32,7 @@ async def confirm_total(session_id, spending, fee, coin): return await hold_to_confirm(session_id, content, SignTx) -@unimport +# @unimport async def layout_sign_tx(message, session_id): from ..common.seed import get_root_node from ..common import signtx