Skip to content

Commit

Permalink
Update op-service/sources/types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
geoknee committed Jan 28, 2025
1 parent bd686e9 commit afd63b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions op-service/sources/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +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 afd63b8

Please sign in to comment.