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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format code
Browse files Browse the repository at this point in the history
cryptoAtwill committed Oct 9, 2023
1 parent 5a713b4 commit 1a739db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipc/provider/src/manager/evm/manager.rs
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ impl SubnetManager for EthSubnetManager {
min_validators: params.min_validators,
bottom_up_check_period: params.bottomup_check_period as u64,
majority_percentage: SUBNET_MAJORITY_PERCENTAGE,
active_validators_limit: params.active_validators_limit
active_validators_limit: params.active_validators_limit,
};

log::info!("creating subnet on evm with params: {params:?}");

0 comments on commit 1a739db

Please sign in to comment.