mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
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
This commit is contained in:
parent
72be5cf2f2
commit
ecd8bd3b2a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user