Skip to content

Commit ecedc21

Browse files
committed
Added comment for priority list
1 parent 3383ac9 commit ecedc21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adview-manager/src/manager.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ pub struct Options {
8282
#[serde(default)]
8383
pub disabled_sticky: bool,
8484
/// List of validators to query /units-for-slot from
85+
///
86+
/// The is a priority list, the first listed validator has priority over the rest
8587
pub validators: Vec<ApiUrl>,
8688
}
8789

0 commit comments

Comments
 (0)