Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizdave97 committed Dec 10, 2024
1 parent 26f84c5 commit b416532
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ use sync_committee_primitives::consensus_types::BeaconBlockHeader;

#[derive(Default, Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
pub struct Response {
pub(crate) data: ResponseData,
pub data: ResponseData,
execution_optimistic: bool,
}

#[derive(Default, Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
pub struct ResponseData {
root: String,
canonical: bool,
pub(crate) header: ResponseDataBeaconBlockHeaderMessage,
pub header: ResponseDataBeaconBlockHeaderMessage,
}

#[derive(Default, Debug, Clone, PartialEq, Eq, serde::Serialize, serde::Deserialize)]
Expand Down

0 comments on commit b416532

Please sign in to comment.