Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
✅ Fix genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
shuse2 committed Oct 25, 2023
1 parent 30d120f commit 63b3238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/lisk-chain/test/unit/block_header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const getGenesisBlockAttrs = () => ({
maxHeightGenerated: 0,
validatorsHash: utils.hash(Buffer.alloc(0)),
aggregateCommit: {
height: 0,
height: 1009988,
aggregationBits: Buffer.alloc(0),
certificateSignature: EMPTY_BUFFER,
},
Expand Down

0 comments on commit 63b3238

Please sign in to comment.