Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Mar 31, 2024
1 parent d3ab971 commit ece29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/phase0/beaconstate.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type BeaconState struct {
LatestBlockHeader *BeaconBlockHeader
BlockRoots []Root `dynssz-size:"SLOTS_PER_HISTORICAL_ROOT,32" ssz-size:"8192,32"`
StateRoots []Root `dynssz-size:"SLOTS_PER_HISTORICAL_ROOT,32" ssz-size:"8192,32"`
HistoricalRoots []Root `ssz-max:"16777216" ssz-size:"?,32"`
HistoricalRoots []Root `ssz-max:"16777216" ssz-size:"?,32"`
ETH1Data *ETH1Data
ETH1DataVotes []*ETH1Data `ssz-max:"2048"`
ETH1DepositIndex uint64
Expand Down

0 comments on commit ece29db

Please sign in to comment.