Skip to content

Commit

Permalink
*lowercase verification
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Nov 2, 2023
1 parent 2233cb2 commit 0776258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/in-browser-evm-verify/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 0776258

Please sign in to comment.