From 525414653ae7bb56c7408e96a5653030c68bee0e Mon Sep 17 00:00:00 2001 From: Kian Paimani <5588131+kianenigma@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:48:34 +0200 Subject: [PATCH] Update core/src/state.rs Co-authored-by: Liam Aharon --- core/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/state.rs b/core/src/state.rs index bee256ab37a..5d51632871b 100644 --- a/core/src/state.rs +++ b/core/src/state.rs @@ -66,7 +66,7 @@ pub struct LiveState { #[arg(short, long, num_args = 1..)] pub pallet: Vec, - /// 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,