Skip to content

Commit

Permalink
Add blinded flag to signedBlock in func ProposeBlock for validatormockB
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev committed Jun 18, 2024
1 parent 23f2f0c commit 7f1ad14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/validatormock/propose.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ func ProposeBlock(ctx context.Context, eth2Cl eth2wrap.Client, signFunc SignFunc

signedBlock := new(eth2api.VersionedSignedProposal)
signedBlock.Version = block.Version
signedBlock.Blinded = block.Blinded

if block.Blinded {
switch block.Version {
Expand Down

0 comments on commit 7f1ad14

Please sign in to comment.