Skip to content

Commit

Permalink
set bellatrix and capella to nil
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Sep 9, 2024
1 parent 9396701 commit 3e4dd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ func (b *Builder) handleGetPayload(w http.ResponseWriter, req *http.Request) {

versionedExecutionPayload := &VersionedExecutionPayload{
Version: bestSubmission.Version,
Bellatrix: bestSubmission.Bellatrix.ExecutionPayload,
Capella: bestSubmission.Capella.ExecutionPayload,
Bellatrix: nil,
Capella: nil,
Deneb: bestSubmission.Deneb.ExecutionPayload,
}

Expand Down

0 comments on commit 3e4dd7e

Please sign in to comment.