Skip to content

Commit

Permalink
internal/ethapi: remove reference to blob fields in setcode tx
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl authored and lightclient committed Dec 12, 2024
1 parent ab2f070 commit e137c47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,6 @@ func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber
} else {
result.GasPrice = (*hexutil.Big)(tx.GasFeeCap())
}
result.MaxFeePerBlobGas = (*hexutil.Big)(tx.BlobGasFeeCap())
result.BlobVersionedHashes = tx.BlobHashes()
result.AuthorizationList = tx.AuthList()
}
return result
Expand Down

0 comments on commit e137c47

Please sign in to comment.