stake: Set the Delegation's warmup / cooldown to the correct default (#32768)
This commit is contained in:
parent
d5faa6e8aa
commit
31b6b64070
|
@ -436,7 +436,7 @@ impl Default for Delegation {
|
||||||
stake: 0,
|
stake: 0,
|
||||||
activation_epoch: 0,
|
activation_epoch: 0,
|
||||||
deactivation_epoch: std::u64::MAX,
|
deactivation_epoch: std::u64::MAX,
|
||||||
warmup_cooldown_rate: 0.0,
|
warmup_cooldown_rate: DEFAULT_WARMUP_COOLDOWN_RATE,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue