We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 305af67 + 9fd0979 commit 9b51acaCopy full SHA for 9b51aca
adview-manager/src/manager.rs
@@ -82,6 +82,8 @@ pub struct Options {
82
#[serde(default)]
83
pub disabled_sticky: bool,
84
/// List of validators to query /units-for-slot from
85
+ ///
86
+ /// The list is prioritized, i.e. the validator listed on first position will have priority over the second, the second over the third and so on.
87
pub validators: Vec<ApiUrl>,
88
}
89
0 commit comments