diff --git a/src/chains/ethereum/src/blockchain.ts b/src/chains/ethereum/src/blockchain.ts index 286996f5ce..ff54a65ac5 100644 --- a/src/chains/ethereum/src/blockchain.ts +++ b/src/chains/ethereum/src/blockchain.ts @@ -927,7 +927,6 @@ export default class Blockchain extends Emittery.Typed< address: Buffer; }; - // Note that this is async and let stepListener = ( event: StepEvent, next: (error?: any, cb?: any) => void