From 077625806598f55459fb52f9173aeb8105a0d5e4 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 2 Nov 2023 15:27:25 +0300 Subject: [PATCH] *lowercase verification --- app/in-browser-evm-verify/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/in-browser-evm-verify/page.tsx b/app/in-browser-evm-verify/page.tsx index caffc08..0cfebd8 100644 --- a/app/in-browser-evm-verify/page.tsx +++ b/app/in-browser-evm-verify/page.tsx @@ -89,8 +89,8 @@ export default function InBrowserEvmVerify() { // Update result based on the outcome setEvmVerifyResult( output - ? 'In-browser EVM Verification successful. Execution time: ' + executionTime + ' ms' - : 'In-browser EVM Verification failed' + ? 'In-browser EVM verification successful. Execution time: ' + executionTime + ' ms' + : 'In-browser EVM verification failed' ) }) .catch(error => {