From 3b49f1d166e7256b08e40af3d8e9076f72673e6a Mon Sep 17 00:00:00 2001 From: tom goriunov Date: Mon, 16 Oct 2023 11:16:00 -0300 Subject: [PATCH] =?UTF-8?q?Tx=20logs:=20"Contract=20must=20be=20verified"?= =?UTF-8?q?=20message=20shown=20for=20the=20already=20ve=E2=80=A6=20(#1286?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tx logs: "Contract must be verified" message shown for the already verified contract in Tx logs Fixes #1268 --- ui/shared/logs/LogItem.pw.tsx | 2 +- ui/shared/logs/LogItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/shared/logs/LogItem.pw.tsx b/ui/shared/logs/LogItem.pw.tsx index ad1bce1e37..d537307308 100644 --- a/ui/shared/logs/LogItem.pw.tsx +++ b/ui/shared/logs/LogItem.pw.tsx @@ -21,7 +21,7 @@ test('with decoded input data +@mobile +@dark-mode', async({ mount }) => { - { !decoded && type === 'transaction' && ( + { !decoded && !address.is_verified && type === 'transaction' && ( To see accurate decoded input data, the contract must be verified.{ space }