Update Substrate & Polkadot (#563)

This commit is contained in:
Bastian Köcher
2021-08-05 20:53:32 +02:00
committed by GitHub
parent 5e86294e4e
commit 9a0cfd9117
9 changed files with 277 additions and 273 deletions
+2 -2
View File
@@ -162,7 +162,7 @@ async fn start_node_impl<RB>(
where
RB: Fn(
Arc<TFullClient<Block, RuntimeApi, RuntimeExecutor>>,
) -> jsonrpc_core::IoHandler<sc_rpc::Metadata>
) -> Result<jsonrpc_core::IoHandler<sc_rpc::Metadata>, sc_service::Error>
+ Send
+ 'static,
{
@@ -516,7 +516,7 @@ impl TestNodeBuilder {
relay_chain_config,
self.para_id,
self.wrap_announce_block,
|_| Default::default(),
|_| Ok(Default::default()),
self.consensus,
)
.await