mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update Substrate & Polkadot (#563)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user