From 1409d24ca8c37667d9afa7a864c2f65231a3a650 Mon Sep 17 00:00:00 2001 From: Tim Coulter Date: Mon, 24 Aug 2020 23:39:00 -0700 Subject: [PATCH] Remove unneeded comment --- src/chains/ethereum/src/blockchain.ts | 1 - 1 file changed, 1 deletion(-) 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