Skip to content

Commit

Permalink
execution header public storage
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden committed May 17, 2024
1 parent ae7c54d commit 8fcd6e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub mod pallet {
/// Latest imported execution header
#[pallet::storage]
#[pallet::getter(fn latest_execution_state)]
pub(super) type LatestExecutionState<T: Config> =
pub type LatestExecutionState<T: Config> =
StorageValue<_, ExecutionHeaderState, ValueQuery>;

/// Execution Headers
Expand Down

0 comments on commit 8fcd6e3

Please sign in to comment.