Skip to content

Commit

Permalink
use deneb version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Sep 9, 2024
1 parent 7423f5c commit b0c8343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func (b *Builder) handleGetPayload(w http.ResponseWriter, req *http.Request) {
}

versionedExecutionPayload := &VersionedExecutionPayload{
Version: bestSubmission.Version,
Version: spec.DataVersionDeneb,
Deneb: bestSubmission.Deneb.ExecutionPayload,
}

Expand Down

0 comments on commit b0c8343

Please sign in to comment.