Skip to content

Commit

Permalink
fix(node): add node-reward-type default to setupos-inject-config (#3025)
Browse files Browse the repository at this point in the history
node_reward_type is a required field in config.ini, so a default should
be added to setupos-inject-config calls.
  • Loading branch information
andrewbattat authored Dec 9, 2024
1 parent 6015778 commit 4431b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rs/tests/driver/src/driver/bootstrap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,8 @@ fn configure_setupos_image(
.arg(nns_url.to_string())
.arg("--nns-public-key")
.arg(nns_public_key)
.arg("--node-reward-type")
.arg("type3.1")
.env(path_key, &new_path);

if !admin_keys.is_empty() {
Expand Down

0 comments on commit 4431b5d

Please sign in to comment.