Skip to content

Commit

Permalink
Update core/src/state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Aharon <[email protected]>
  • Loading branch information
kianenigma and liamaharon authored Sep 25, 2023
1 parent 77efa4d commit 5254146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct LiveState {
#[arg(short, long, num_args = 1..)]
pub pallet: Vec<String>,

/// A hashed prefix to scrape.
/// Storage entry key prefixes to scrape and inject into the test externalities. Pass as 0x prefixed hex strings. By default, all keys are scraped and included.
#[arg(long = "prefix", value_parser = parse::hash, num_args = 1..)]
pub hashed_prefixes: Vec<String>,

Expand Down

0 comments on commit 5254146

Please sign in to comment.