From 1aa6b89fc4aeeb7eeb675cffaa6df967fb7cec8d Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 26 Apr 2022 16:46:32 +0000 Subject: [PATCH] comment --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8dac33ee..98d2cf85 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// TODO: don't use dashmap. we need something for async +// TODO: don't use RwLock. i think we need a concurrent hashmap or we will hit all sorts of deadlocks use ethers::prelude::{Block, TxHash}; use ethers::providers::Middleware;