Skip to content

Commit

Permalink
Testing MAX_WITHDRAWALS_PER_PAYLOAD impact
Browse files Browse the repository at this point in the history
  • Loading branch information
pinebit committed Aug 13, 2024
1 parent 5a33417 commit 05bd410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion util/capella/withdrawals.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import "github.com/attestantio/go-eth2-client/spec/capella"

// ExecutionPayloadWithdrawals provides information about withdrawals.
type ExecutionPayloadWithdrawals struct {
Withdrawals []*capella.Withdrawal `ssz-max:"16"`
Withdrawals []*capella.Withdrawal `ssz-max:"8"`
}
4 changes: 2 additions & 2 deletions util/capella/withdrawals_ssz.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05bd410

Please sign in to comment.