Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jun 20, 2024
1 parent 548e407 commit 06dcfec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,12 @@ where
C: 'static
+ Send
+ Sync
+ sc_client_api::backend::AuxStore
+ sc_client_api::backend::StorageProvider<Block, BE>
+ sc_client_api::BlockchainEvents<Block>
+ sc_client_api::UsageProvider<Block>
+ sp_api::CallApiAt<Block>
+ sp_api::ProvideRuntimeApi<Block>
+ sp_blockchain::HeaderBackend<Block>
+ sc_client_api::backend::AuxStore
+ sc_client_api::UsageProvider<Block>
+ sp_blockchain::HeaderMetadata<Block, Error = sp_blockchain::Error>,
C::Api: fp_rpc::ConvertTransactionRuntimeApi<Block>
+ fp_rpc::EthereumRuntimeRPCApi<Block>
Expand Down

0 comments on commit 06dcfec

Please sign in to comment.