diff --git a/consensus/types/src/chain_spec.rs b/consensus/types/src/chain_spec.rs index 68a5175a91..70845877d9 100644 --- a/consensus/types/src/chain_spec.rs +++ b/consensus/types/src/chain_spec.rs @@ -659,6 +659,7 @@ pub struct Config { #[serde(with = "eth2_serde_utils::quoted_u64")] churn_limit_quotient: u64, + #[serde(skip_serializing_if = "Option::is_none")] proposer_score_boost: Option>, #[serde(with = "eth2_serde_utils::quoted_u64")]