Skip to content

Commit

Permalink
Update proto/engine/v1/electra.go
Browse files Browse the repository at this point in the history
Co-authored-by: Preston Van Loon <[email protected]>
  • Loading branch information
james-prysm and prestonvanloon authored Oct 25, 2024
1 parent 14f5f0a commit 4b22e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/engine/v1/electra.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func EncodeExecutionRequests(requests *ExecutionRequests) ([]hexutil.Bytes, erro
if err != nil {
return nil, errors.Wrap(err, "failed to marshal consolidation requests")
}
requestData := []byte{2}
requestData := []byte{consolidationRequestType}
requestData = append(requestData, crBytes...)
requestsData = append(requestsData, requestData)
}
Expand Down

0 comments on commit 4b22e25

Please sign in to comment.