Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 20, 2024
1 parent bc333bf commit 89e91e8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test_utils/mock_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,4 @@ mock! {

async fn transaction_count(&self, address: Address, block_id: Option<BlockId>) -> EthApiResult<U256>;
}

// #[async_trait]
// impl TxPoolProvider for EthereumProviderStruct {
// async fn txpool_transactions(&self) -> EthApiResult<Vec<reth_rpc_types::Transaction>>;

// async fn txpool_content(&self) -> EthApiResult<TxpoolContent>;
// }
}

0 comments on commit 89e91e8

Please sign in to comment.