cmd/evm: rename requestsRoot to requestsHash for t8n

This commit is contained in:
lightclient 2024-10-11 12:14:22 -06:00
parent 0ce9f4ca50
commit 873758abbe
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -66,7 +66,7 @@ type ExecutionResult struct {
WithdrawalsRoot *common.Hash `json:"withdrawalsRoot,omitempty"`
CurrentExcessBlobGas *math.HexOrDecimal64 `json:"currentExcessBlobGas,omitempty"`
CurrentBlobGasUsed *math.HexOrDecimal64 `json:"blobGasUsed,omitempty"`
RequestsHash *common.Hash `json:"requestsRoot,omitempty"`
RequestsHash *common.Hash `json:"requestsHash,omitempty"`
Requests [][]byte `json:"requests,omitempty"`
}