Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
some small fixes
  • Loading branch information
kianenigma committed Sep 15, 2021
commit 9356bf3e8f59c9426d46dbe8fe4fd641bfbc6588
2 changes: 1 addition & 1 deletion utils/frame/try-runtime/cli/src/commands/execute_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct ExecuteBlockCmd {
#[structopt(
long,
multiple = false,
parse(try_from_str = parse::hash)
parse(try_from_str = parse::url)
)]
block_uri: Option<String>,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct OffchainWorkerCmd {
#[structopt(
long,
multiple = false,
parse(try_from_str = parse::hash)
parse(try_from_str = parse::url)
)]
header_uri: Option<String>,

Expand Down