Skip to content

Commit e2826ee

Browse files
authored
Correct error messaging on verification (#2336)
1 parent 8956d00 commit e2826ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-ui/tabs/sources/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const VerifyContractModal: React.FC<
148148
<>
149149
<Icon as={FiXCircle} color="red.600" />
150150
<Heading size="label.md">
151-
{`${result.explorerUrl}: ${result.error?.toString()}`}
151+
{`${result.explorerUrl}: Verification failed`}
152152
</Heading>
153153
</>
154154
)}

0 commit comments

Comments
 (0)