Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
This was fixed upstream ethereum/go-ethereum#30926
  • Loading branch information
geoknee committed Jan 28, 2025
1 parent bd686e9 commit a98c6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-service/sources/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type RPCHeader struct {
ParentBeaconRoot *common.Hash `json:"parentBeaconBlockRoot,omitempty"`

// RequestsHash was added by EIP-7685 and is ignored in legacy headers.
RequestsHash *common.Hash `json:"requestsHash" rlp:"optional"` // NOTE in geth the json tag is "requestsRoot"
RequestsHash *common.Hash `json:"requestsHash" rlp:"optional"`

// untrusted info included by RPC, may have to be checked
Hash common.Hash `json:"hash"`
Expand Down

0 comments on commit a98c6ba

Please sign in to comment.