mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 12:28:24 +00:00
max_value -> MAX
This commit is contained in:
@@ -30,7 +30,7 @@ impl Default for InclusionInfo {
|
||||
/// Defaults to `delay` at its maximum value and `proposer_index` at zero.
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
delay: u64::max_value(),
|
||||
delay: u64::MAX,
|
||||
proposer_index: 0,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user