Skip to content

Commit

Permalink
Update substrate/utils/frame/benchmarking-cli/src/pallet/types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwpez authored Sep 23, 2024
1 parent 2b16af6 commit 4cffe96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions substrate/utils/frame/benchmarking-cli/src/pallet/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ pub enum GenesisBuilderPolicy {
Spec,
}

/// Convenience alias for backwards compatibility.
pub use GenesisBuilderPolicy as GenesisBuilder;

/// A runtime blob that was either fetched from genesis storage or loaded from a file.
// NOTE: This enum is only needed for the annoying lifetime bounds on `RuntimeCode`. Otherwise we
// could just directly return the blob.
Expand Down

0 comments on commit 4cffe96

Please sign in to comment.