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

Commit a81bb40

Browse files
committed
typo
1 parent 5870f1d commit a81bb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chains/ethereum/ethereum/src/blockchain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export default class Blockchain extends Emittery<BlockchainTypedEvents> {
332332
({ block }) => block
333333
);
334334
// when we are forking, blocks.earliest is already set to what was
335-
// retrieve from the fork
335+
// retrieved from the fork
336336
if (!blocks.earliest) {
337337
blocks.earliest = blocks.latest;
338338
}

0 commit comments

Comments
 (0)