Skip to content

Commit

Permalink
fix body test
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed May 1, 2022
1 parent 6058d86 commit c9c7558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("blockAssembly - body", function () {
blockSlot: 1,
parentSlot: 0,
parentBlockRoot: Buffer.alloc(32, 0),
feeRecipient: Buffer.alloc(20, 0),
proposerIndex: 1000,
});
expect(result).to.not.be.null;
expect(result.randaoReveal.length).to.be.equal(96);
Expand Down

0 comments on commit c9c7558

Please sign in to comment.