From 8c43c8b65cbae497a60faa8be45a0189d5b04bba Mon Sep 17 00:00:00 2001 From: tom Date: Thu, 12 Oct 2023 18:00:51 -0300 Subject: [PATCH] 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 }