mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-15 16:12:44 +00:00
Use the validators list from the session pallet
This commit is contained in:
parent
c4c3dcd8f2
commit
a0c892dfc3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ impl TendermintValidatorsStruct {
|
||||||
total_weight: validators.len().try_into().unwrap(),
|
total_weight: validators.len().try_into().unwrap(),
|
||||||
weights: vec![1; validators.len()],
|
weights: vec![1; validators.len()],
|
||||||
|
|
||||||
lookup: vec![keys.public()],
|
lookup: validators,
|
||||||
keys,
|
keys,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue