Skip to content

Commit

Permalink
Revert "core/types: fix receipt blob fields marshaling (ethereum#27793)"
Browse files Browse the repository at this point in the history
This reverts commit ac8154a.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 2ec7657 commit f68e28b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 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: 0 additions & 2 deletions core/types/receipt.go
Expand Up @@ -80,8 +80,6 @@ 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 f68e28b

Please sign in to comment.