Skip to content

Commit

Permalink
Fix receiptsRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Feb 15, 2022
1 parent b0a1d8d commit d719729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lodestar/src/executionEngine/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class ExecutionEngineMock implements IExecutionEngine {
parentHash: headBlockHash,
feeRecipient: payloadAttributes.suggestedFeeRecipient,
stateRoot: crypto.randomBytes(32),
receiptsRoot: crypto.randomBytes(32),
receiptRoot: crypto.randomBytes(32),
logsBloom: crypto.randomBytes(BYTES_PER_LOGS_BLOOM),
random: payloadAttributes.random,
blockNumber: parentPayload.blockNumber + 1,
Expand Down

0 comments on commit d719729

Please sign in to comment.