Skip to content

Commit

Permalink
Revert Capella ssz type change
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcoffman committed Nov 7, 2022
1 parent 89c43bf commit 2a4bedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/capella/sszTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const HistoricalBatch = new ContainerType(

export const WithdrawalQueue = new ListCompositeType(Withdrawal, WITHDRAWAL_QUEUE_LIMIT);

// we don't re-use bellatrix.BeaconState fields since we need to replace some keys
// we don't reuse bellatrix.BeaconState fields since we need to replace some keys
// and we cannot keep order doing that
export const BeaconState = new ContainerType(
{
Expand Down

0 comments on commit 2a4bedb

Please sign in to comment.