mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
simplify range expression
This commit is contained in:
parent
6acf0dc944
commit
4c525385cd
@ -305,7 +305,7 @@ func WithPreviousRankTimeoutCertificate[StateT models.Unique](previousRankTimeou
|
||||
|
||||
func WithWeightedIdentityList(count int) []models.WeightedIdentity {
|
||||
wi := []models.WeightedIdentity{}
|
||||
for _ = range count {
|
||||
for range count {
|
||||
wi = append(wi, &TestWeightedIdentity{
|
||||
ID: MakeIdentity(),
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user