mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-02 12:24:29 +00:00
max_value -> MAX
This commit is contained in:
@@ -179,7 +179,7 @@ impl Wallet {
|
||||
///
|
||||
/// - If `wallet_password` is unable to decrypt `self`.
|
||||
/// - If `keystore_password.is_empty()`.
|
||||
/// - If `self.nextaccount == u32::max_value()`.
|
||||
/// - If `self.nextaccount == u32::MAX`.
|
||||
pub fn next_validator(
|
||||
&mut self,
|
||||
wallet_password: &[u8],
|
||||
|
||||
Reference in New Issue
Block a user