Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ Get the request ID, and delete the nonce from `nonces` to make sure it cannot be
try {
```

Becasue there are so many ways in which the signature can be invalid, we wrap this in a `try ... catch` block to catch any thrown errors.
Because there are so many ways in which the signature can be invalid, we wrap this in a `try ... catch` block to catch any thrown errors.

```typescript
const validSignature = await verifyMessage({
Expand Down