diff --git a/src/chains/ethereum/ethereum/src/blockchain.ts b/src/chains/ethereum/ethereum/src/blockchain.ts index 15e6d1a891..71a67390ee 100644 --- a/src/chains/ethereum/ethereum/src/blockchain.ts +++ b/src/chains/ethereum/ethereum/src/blockchain.ts @@ -332,7 +332,7 @@ export default class Blockchain extends Emittery { ({ 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; }