mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Merge pull request #3826 from ethDreamer/capella
Fixed spec serialization bug
This commit is contained in:
@@ -28,6 +28,7 @@ pub struct ConfigAndPreset {
|
|||||||
#[serde(flatten)]
|
#[serde(flatten)]
|
||||||
pub bellatrix_preset: BellatrixPreset,
|
pub bellatrix_preset: BellatrixPreset,
|
||||||
#[superstruct(only(Capella))]
|
#[superstruct(only(Capella))]
|
||||||
|
#[serde(flatten)]
|
||||||
pub capella_preset: CapellaPreset,
|
pub capella_preset: CapellaPreset,
|
||||||
/// The `extra_fields` map allows us to gracefully decode fields intended for future hard forks.
|
/// The `extra_fields` map allows us to gracefully decode fields intended for future hard forks.
|
||||||
#[serde(flatten)]
|
#[serde(flatten)]
|
||||||
|
|||||||
Reference in New Issue
Block a user