This commit is contained in:
Bryan Stitt 2022-04-26 16:46:32 +00:00
parent 131a265756
commit 1aa6b89fc4

View File

@ -1,4 +1,4 @@
// TODO: don't use dashmap. we need something for async
// TODO: don't use RwLock<HashMap>. i think we need a concurrent hashmap or we will hit all sorts of deadlocks
use ethers::prelude::{Block, TxHash};
use ethers::providers::Middleware;