chore: remove redundant Send bounds for BlockReader types (#13452)

This commit is contained in:
Dan Cline
2024-12-19 12:57:13 +02:00
committed by GitHub
parent d5a096f52f
commit 2eecf75c35
4 changed files with 10 additions and 10 deletions

View File

@ -86,7 +86,7 @@ pub type ProviderTx<P> = <P as TransactionsProvider>::Transaction;
/// Client trait for fetching additional transactions related data.
#[auto_impl::auto_impl(&, Arc)]
pub trait TransactionsProviderExt: BlockReader + Send + Sync {
pub trait TransactionsProviderExt: BlockReader {
/// Get transactions range by block range.
fn transaction_range_by_block_range(
&self,