mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove redundant Send bounds for BlockReader types (#13452)
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user