Skip to content

Commit

Permalink
Update FullCheckpoint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Jul 16, 2024
1 parent 75b5480 commit ad34a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FullCheckpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ describe("full checkpoint", () => {
let lastRoundNum = 2;
let lastNumber = 2;
await custom.receiveHeader([block2Encoded]);
for (i = 3; i < 100; i++) {
for (i = 3; i < 1000; i++) {
const [block3, block3Encoded, block3Hash] = composeAndSignBlockSubnet(
lastNumber + 1,
lastRoundNum + 2 * i,
Expand Down

0 comments on commit ad34a7c

Please sign in to comment.