mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +00:00
Add serde(default) to max_per_epoch_activation_churn_limit in spec config so that VC is compatible to older BN versions. (#4783)
This commit is contained in:
@@ -1019,6 +1019,7 @@ pub struct Config {
|
|||||||
ejection_balance: u64,
|
ejection_balance: u64,
|
||||||
#[serde(with = "serde_utils::quoted_u64")]
|
#[serde(with = "serde_utils::quoted_u64")]
|
||||||
min_per_epoch_churn_limit: u64,
|
min_per_epoch_churn_limit: u64,
|
||||||
|
#[serde(default)]
|
||||||
#[serde(with = "serde_utils::quoted_u64")]
|
#[serde(with = "serde_utils::quoted_u64")]
|
||||||
max_per_epoch_activation_churn_limit: u64,
|
max_per_epoch_activation_churn_limit: u64,
|
||||||
#[serde(with = "serde_utils::quoted_u64")]
|
#[serde(with = "serde_utils::quoted_u64")]
|
||||||
|
|||||||
Reference in New Issue
Block a user