Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Oct 9, 2024
1 parent 6fb1b32 commit 774bb4b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions node/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ where
SlotDuration::from_millis(RELAY_CHAIN_SLOT_DURATION_MILLIS as u64),
);

// Create a mocked parachain inherent data provider to pass all validations in the parachain system. Without this, the pending functionality will fail.
// Create a mocked parachain inherent data provider to pass all validations in the
// parachain system. Without this, the pending functionality will fail.
let mut state_proof_builder =
cumulus_test_relay_sproof_builder::RelayStateSproofBuilder::default();
state_proof_builder.para_id = para_id;
Expand Down Expand Up @@ -922,7 +923,8 @@ where
timestamp.timestamp(),
SlotDuration::from_millis(RELAY_CHAIN_SLOT_DURATION_MILLIS as u64),
);
// Create a mocked parachain inherent data provider to pass all validations in the parachain system. Without this, the pending functionality will fail.
// Create a mocked parachain inherent data provider to pass all validations in the
// parachain system. Without this, the pending functionality will fail.
let mut state_proof_builder =
cumulus_test_relay_sproof_builder::RelayStateSproofBuilder::default();
state_proof_builder.para_id = para_id;
Expand Down

0 comments on commit 774bb4b

Please sign in to comment.