Skip to content

Commit

Permalink
core/types: fix receipt blob fields marshaling (#27793)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jul 28, 2023
1 parent d955653 commit 8f2ae29
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 8f2ae29

Please sign in to comment.