Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Jan 11, 2023
1 parent f0bf213 commit d667dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/src/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export default class Blockchain extends Emittery<BlockchainTypedEvents> {
({ block }) => block
);
// when we are forking, blocks.earliest is already set to what was
// retrieve from the fork
// retrieved from the fork
if (!blocks.earliest) {
blocks.earliest = blocks.latest;
}
Expand Down

0 comments on commit d667dd5

Please sign in to comment.