Skip to content

Commit

Permalink
Resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Aug 5, 2024
1 parent 3ccb618 commit f5aea69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/collator/src/parachain/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,6 @@ pub async fn start_astar_node(
TaskManager,
Arc<TFullClient<Block, astar::RuntimeApi, NativeElseWasmExecutor<astar::Executor>>>,
)> {
// TODO: add support for Litep2p?
start_node_impl::<astar::RuntimeApi, astar::Executor, _, _, sc_network::NetworkWorker<_, _>>(
parachain_config,
polkadot_config,
Expand Down
2 changes: 1 addition & 1 deletion vendor/rpc/trace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ where
{
api_version
} else {
return Err(format!("Runtime api version call failed (trace)"));
return Err("Runtime api version call failed (trace)".to_string());
};

// Trace the block.
Expand Down

0 comments on commit f5aea69

Please sign in to comment.