Skip to content

Commit

Permalink
core/types: fix receipt blob fields marshaling (ethereum#27793)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and MoonShiesty committed Aug 30, 2023
1 parent 391ebc8 commit da005ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 8 additions & 8 deletions core/types/gen_receipt_json.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions core/types/receipt.go
Expand Up @@ -80,6 +80,8 @@ type receiptMarshaling struct {
CumulativeGasUsed hexutil.Uint64
GasUsed hexutil.Uint64
EffectiveGasPrice *hexutil.Big
BlobGasUsed hexutil.Uint64
BlobGasPrice *hexutil.Big
BlockNumber *hexutil.Big
TransactionIndex hexutil.Uint
}
Expand Down

0 comments on commit da005ec

Please sign in to comment.