Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniscalchi committed Oct 22, 2024
1 parent c845dec commit fd13011
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,13 +351,12 @@ async fn start_node_impl(
SlotDuration::from_millis(6000_u64), // RELAY_CHAIN_SLOT_DURATION_MILLIS
);

let state_proof_builder =
cumulus_test_relay_sproof_builder::RelayStateSproofBuilder {
para_id,
current_slot: relay_chain_slot,
included_para_head: Some(polkadot_primitives::HeadData(vec![])),
..Default::default()
};
let state_proof_builder = cumulus_test_relay_sproof_builder::RelayStateSproofBuilder {
para_id,
current_slot: relay_chain_slot,
included_para_head: Some(polkadot_primitives::HeadData(vec![])),
..Default::default()
};
let (relay_parent_storage_root, relay_chain_state) =
state_proof_builder.into_state_root_and_proof();
let parachain_inherent_data =
Expand Down

0 comments on commit fd13011

Please sign in to comment.