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;