Skip to content

Commit

Permalink
fix(relay): tx ssz max size
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Aug 6, 2024
1 parent 84b87ba commit dcca705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-boost-relay/services/api/constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ConstraintsMessage struct {
}

type Constraint struct {
Tx Transaction `ssz-max:"1048576" json:"tx"`
Tx Transaction `ssz-max:"1073741824" json:"tx"`
Index *Index `json:"index"`
}

Expand Down

0 comments on commit dcca705

Please sign in to comment.