Skip to content

Commit

Permalink
Fix typo in VerifyingProvider error message
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed May 14, 2024
1 parent 8cdc6f9 commit 3d8073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export class VerifyingProvider {

if (!equalsBytes(block.header.hash(), header.hash())) {
throw new InternalError(
`BN(${header.number}): blockhash doest match the blockData provided by the RPC`,
`BN(${header.number}): blockhash doesn't match the blockData provided by the RPC`,
);
}

Expand Down

0 comments on commit 3d8073e

Please sign in to comment.