Skip to content

Commit

Permalink
Update field name
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Nov 23, 2021
1 parent 281a617 commit 9b88f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/prysm/v1alpha1/cloners.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func CopyExecutionPayloadHeader(payload *ExecutionPayloadHeader) *ExecutionPaylo
}
return &ExecutionPayloadHeader{
ParentHash: bytesutil.SafeCopyBytes(payload.ParentHash),
Coinbase: bytesutil.SafeCopyBytes(payload.Coinbase),
FeeRecipient: bytesutil.SafeCopyBytes(payload.FeeRecipient),
StateRoot: bytesutil.SafeCopyBytes(payload.StateRoot),
ReceiptRoot: bytesutil.SafeCopyBytes(payload.ReceiptRoot),
LogsBloom: bytesutil.SafeCopyBytes(payload.LogsBloom),
Expand Down

0 comments on commit 9b88f5b

Please sign in to comment.