cmd/evm: rename t8n result to match types.Header (ReceiptRoot->ReceiptsRoot) (#23924)

This commit is contained in:
lightclient
2021-11-17 05:50:08 -07:00
committed by GitHub
parent 33f2813809
commit fa96718512
10 changed files with 10 additions and 10 deletions

View File

@ -49,7 +49,7 @@ type Prestate struct {
type ExecutionResult struct {
StateRoot common.Hash `json:"stateRoot"`
TxRoot common.Hash `json:"txRoot"`
ReceiptRoot common.Hash `json:"receiptRoot"`
ReceiptRoot common.Hash `json:"receiptsRoot"`
LogsHash common.Hash `json:"logsHash"`
Bloom types.Bloom `json:"logsBloom" gencodec:"required"`
Receipts types.Receipts `json:"receipts"`