Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
client/cli: from_genesis - code arg added
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Jul 12, 2023
1 parent ab4ae6b commit fc55a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/cli/src/commands/insert_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ mod tests {
None,
None,
NoExtension::None,
Default::default(),
)))
}
}
Expand Down
1 change: 1 addition & 0 deletions client/cli/src/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ mod tests {
None,
None,
NoExtension::None,
Default::default(),
)),
wasm_method: Default::default(),
wasm_runtime_overrides: None,
Expand Down

0 comments on commit fc55a8d

Please sign in to comment.