Skip to content

Commit

Permalink
bump relay_offset +1
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed May 17, 2024
1 parent aee8086 commit 2254202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl<B: BlockT> sp_inherents::InherentDataProvider for InherentDataProvider<B> {
cumulus_client_parachain_inherent::MockValidationDataInherentDataProvider {
current_para_block: Default::default(),
current_para_block_head: Default::default(),
relay_offset: last_relay_chain_block_number,
relay_offset: last_relay_chain_block_number + 1u32,
relay_blocks_per_para_block: Default::default(),
para_blocks_per_relay_epoch: Default::default(),
relay_randomness_config: (),
Expand Down

0 comments on commit 2254202

Please sign in to comment.