Skip to content

Commit

Permalink
fix: init Withdrawals field of BlockCreationParams on stress strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Oct 17, 2024
1 parent 8abd845 commit 271bdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/strategies/stress.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (s *StressTest) BlockReceived(ctx context.Context, input *types.Block) *Blo
MixDigest: eth.Bytes32(input.MixDigest()),
BeaconRoot: input.BeaconRoot(),
validateInfo: input,
Withdrawals: input.Withdrawals(),
}
}

Expand Down

0 comments on commit 271bdde

Please sign in to comment.