From 3e2e5fa7b88d9b6f9b6a544aa3d092aec2751698 Mon Sep 17 00:00:00 2001 From: Ilan <36084092+ilanolkies@users.noreply.github.com> Date: Wed, 13 Jun 2018 18:21:19 -0300 Subject: [PATCH] Apply RSKIP-60 in require_confirm_tx (#241) --- src/apps/ethereum/layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/ethereum/layout.py b/src/apps/ethereum/layout.py index 0ee47763e..5bd429d9d 100644 --- a/src/apps/ethereum/layout.py +++ b/src/apps/ethereum/layout.py @@ -12,7 +12,7 @@ from apps.ethereum.get_address import _ethereum_address_hex async def require_confirm_tx(ctx, to, value, chain_id, token=None, tx_type=None): if to: - str_to = _ethereum_address_hex(to) + str_to = _ethereum_address_hex(to, networks.by_chain_id(chain_id)) else: str_to = 'new contract?' content = Text('Confirm sending', ui.ICON_SEND,