diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 66519c6cc7c..dc603485674 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -453,6 +453,8 @@ pub mod pallet { pub(super) type NewValidationCode = StorageValue<_, Vec, OptionQuery>; /// The [`PersistedValidationData`] set for this block. + /// This value is expected to be set only once per block and it's never stored + /// in the trie. #[pallet::storage] #[pallet::getter(fn validation_data)] pub(super) type ValidationData = StorageValue<_, PersistedValidationData>;