From d667dd598e6ae76ccaf829097154a3c62f1cdbcb Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Thu, 5 Jan 2023 19:28:20 -0500 Subject: [PATCH] typo --- src/chains/ethereum/ethereum/src/blockchain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }