Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Oct 23, 2024
1 parent c9fa349 commit 24b86cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registry/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn add_non_syncing_validators<T: Config>(
endpoint: vec![20],
provisioning_certification_key: BoundedVec::with_max_capacity(),
};
for validator in validators {
for validator in &validators {
<ThresholdServers<T>>::insert(validator, server_info.clone());
}
validators
Expand Down

0 comments on commit 24b86cb

Please sign in to comment.