diff --git a/src/apps/ethereum/sign_tx.py b/src/apps/ethereum/sign_tx.py index d9d4b83076..85d3ed770f 100644 --- a/src/apps/ethereum/sign_tx.py +++ b/src/apps/ethereum/sign_tx.py @@ -31,7 +31,6 @@ async def ethereum_sign_tx(ctx, msg): if token is None: await layout.confirm_tx(ctx, msg.to, msg.value, msg.chain_id, token) else: - # todo is this tested? await layout.confirm_tx(ctx, msg.data_initial_chunk[16:36], msg.data_initial_chunk.bytes[36:68], msg.chain_id, token) if token is None and msg.data_length > 0: