Skip to content

Commit abc102a

Browse files
chore: update comment on unhandled error
1 parent 92ecbe6 commit abc102a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/finoaconnect/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function finoaConnect(option?: string | FinoaWalletOption): WalletInit {
5656
chain => BigInt(chain.id) === chainIdN
5757
)
5858
} catch {
59-
/* empty */
59+
/* Not handled: the chain id in the error is not a valid one */
6060
}
6161
if (chain?.rpcUrl == null) {
6262
throw err

0 commit comments

Comments
 (0)