Skip to content

Commit

Permalink
Fix the build erros
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain authored and ensi321 committed May 7, 2024
1 parent 4be4e55 commit d4f91fb
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/types/src/electra/sszTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,20 +423,3 @@ export const SSEPayloadAttributes = new ContainerType(
},
{typeName: "SSEPayloadAttributes", jsonCase: "eth2"}
);

export const AggregateAndProof = new ContainerType(
{
aggregatorIndex: ValidatorIndex,
aggregate: Attestation,
selectionProof: BLSSignature,
},
{typeName: "AggregateAndProof", jsonCase: "eth2", cachePermanentRootStruct: true}
);

export const SignedAggregateAndProof = new ContainerType(
{
message: AggregateAndProof,
signature: BLSSignature,
},
{typeName: "SignedAggregateAndProof", jsonCase: "eth2"}
);

0 comments on commit d4f91fb

Please sign in to comment.