git.delta.rocks / unique-network / refs/commits / f29e16fd1f41

difftreelog

Merge pull request #1056 from JarvisCraft/remove-duplicate-static-bound

Yaroslav Bolyukin2024-03-11parents: #137320b #d3e0af2.patch.diff
in: master

1 file changed

modifiednode/cli/src/rpc.rsdiffbeforeafterboth
71) -> Result<(), Box<dyn std::error::Error + Send + Sync>>71) -> Result<(), Box<dyn std::error::Error + Send + Sync>>
72where72where
73 C: ProvideRuntimeApi<Block> + StorageProvider<Block, B> + AuxStore,73 C: ProvideRuntimeApi<Block> + StorageProvider<Block, B> + AuxStore,
74 C: HeaderBackend<Block> + HeaderMetadata<Block, Error = BlockChainError> + 'static,74 C: HeaderBackend<Block> + HeaderMetadata<Block, Error = BlockChainError>,
75 C: Send + Sync + 'static,75 C: Send + Sync + 'static,
76 C: BlockchainEvents<Block>,76 C: BlockchainEvents<Block>,
77 C::Api: RuntimeApiDep<R>,77 C::Api: RuntimeApiDep<R>,
80 R: RuntimeInstance + Send + Sync + 'static,80 R: RuntimeInstance + Send + Sync + 'static,
81 <R as RuntimeInstance>::CrossAccountId: serde::Serialize,81 <R as RuntimeInstance>::CrossAccountId: serde::Serialize,
82 C: sp_api::CallApiAt<82 C: sp_api::CallApiAt<
83 sp_runtime::generic::Block<83 generic::Block<
84 sp_runtime::generic::Header<u32, BlakeTwo256>,84 generic::Header<u32, BlakeTwo256>,
85 sp_runtime::OpaqueExtrinsic,85 sp_runtime::OpaqueExtrinsic,
86 >,86 >,
87 >,87 >,