Skip to content

Commit

Permalink
Hm, how this got in
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen-stig committed Aug 7, 2024
1 parent 66a9c70 commit 4d05c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transaction-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ where

impl<Client, S> EthTransactionPool<Client, S>
where
Client: StateProviderFactory + reth_provider::BlockReaderIdExt + Clone + 'static,
Client: StateProviderFactory + reth_storage_api::BlockReaderIdExt + Clone + 'static,
S: BlobStore,
{
/// Returns a new [`Pool`] that uses the default [`TransactionValidationTaskExecutor`] when
Expand Down

0 comments on commit 4d05c45

Please sign in to comment.