mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
Add serde default field attr
I accidentally deleted it in the last commit.
This commit is contained in:
parent
49d3f3d1d6
commit
f739bb5551
@ -129,6 +129,7 @@ pub struct BeaconState {
|
||||
#[ssz(skip_deserializing)]
|
||||
#[tree_hash(skip_hashing)]
|
||||
pub cache_index_offset: usize,
|
||||
#[serde(default)]
|
||||
#[ssz(skip_serializing)]
|
||||
#[ssz(skip_deserializing)]
|
||||
#[tree_hash(skip_hashing)]
|
||||
|
Loading…
Reference in New Issue
Block a user