Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoAtwill committed Oct 9, 2023
1 parent 9e3756e commit 6c5d40e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ipc/cli/src/commands/subnet/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ impl CreateSubnet {
arguments.min_validators,
f64_to_token_amount(arguments.min_validator_stake)?,
arguments.bottomup_check_period,
arguments.active_validators_limit.unwrap_or(DEFAULT_ACTIVE_VALIDATORS),
arguments
.active_validators_limit
.unwrap_or(DEFAULT_ACTIVE_VALIDATORS),
)
.await?;

Expand Down

0 comments on commit 6c5d40e

Please sign in to comment.