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

Commit e22549f

Browse files
committed
remove ts-ignore
1 parent f688be3 commit e22549f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,6 @@ export default class Blockchain extends Emittery<BlockchainTypedEvents> {
16411641
};
16421642

16431643
const rs = storageTrie.createReadStream();
1644-
// @ts-ignore
16451644
rs.on("data", handleData).on("error", reject).on("end", handleEnd);
16461645
});
16471646
};

0 commit comments

Comments
 (0)