Skip to content

Commit

Permalink
chore: serialize lc store (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Sep 12, 2024
1 parent 537697a commit dcbb945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub type LogsBloom = ByteVector<typenum::U256>;
pub type KZGCommitment = ByteVector<typenum::U48>;
pub type Transaction = ByteList<typenum::U1073741824>;

#[derive(Debug, Default, Clone, Deserialize)]
#[derive(Debug, Default, Clone, Serialize, Deserialize)]
pub struct LightClientStore {
pub finalized_header: Header,
pub current_sync_committee: SyncCommittee,
Expand Down

0 comments on commit dcbb945

Please sign in to comment.