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 f00cbb0 commit bf41788
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 @@ -62,7 +62,7 @@ pub struct LiveState {
/// A pallet to scrape. Can be provided multiple times. If empty, entire chain state will
/// be scraped.
///
/// This is equivalent to passing the `xx_hash_64(pallet)` to `prefix`.
/// This is equivalent to passing `xx_hash_64(pallet)` to `--hashed_prefixes`.
#[arg(short, long, num_args = 1..)]
pub pallet: Vec<String>,

Expand Down

0 comments on commit bf41788

Please sign in to comment.