Skip to content

Commit b59cc64

Browse files
committed
Update parachain struct with newly introduced field
1 parent 9ace627 commit b59cc64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/common/empty_block/inherents/custom_idps/para_parachain.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
2121
use std::{ops::DerefMut, sync::Arc};
2222

23+
use cumulus_primitives_core::relay_chain::UpgradeGoAhead;
2324
use parity_scale_codec::{Decode, Encode};
2425
use polkadot_primitives::{BlockNumber, HeadData};
2526
use sp_consensus_babe::SlotDuration;
@@ -119,6 +120,7 @@ impl<B: BlockT> sp_inherents::InherentDataProvider for InherentDataProvider<B> {
119120
raw_horizontal_messages: Default::default(),
120121
additional_key_values: Some(additional_key_values),
121122
para_id: para_id.into(),
123+
upgrade_go_ahead: Some(UpgradeGoAhead::GoAhead),
122124
}
123125
.provide_inherent_data(inherent_data)
124126
.await

0 commit comments

Comments
 (0)