Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
ensi321 committed Oct 23, 2024
1 parent e2ea96d commit 547239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/light-client/src/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class LightclientSpec {
nextSyncCommittee: ZERO_SYNC_COMMITTEE,
nextSyncCommitteeBranch: getZeroSyncCommitteeBranch(this.config.getForkName(finalityUpdate.signatureSlot)),
finalizedHeader: finalityUpdate.finalizedHeader,
finalityBranch: getZeroFinalityBranch(this.config.getForkName(finalityUpdate.signatureSlot)),
finalityBranch: finalityUpdate.finalityBranch,
syncAggregate: finalityUpdate.syncAggregate,
signatureSlot: finalityUpdate.signatureSlot,
});
Expand Down

0 comments on commit 547239b

Please sign in to comment.