mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
internal/ethapi: remove reference to blob fields in setcode tx
This commit is contained in:
parent
ab2f0700d8
commit
e137c473f0
1 changed files with 0 additions and 2 deletions
|
|
@ -1049,8 +1049,6 @@ func newRPCTransaction(tx *types.Transaction, blockHash common.Hash, blockNumber
|
||||||
} else {
|
} else {
|
||||||
result.GasPrice = (*hexutil.Big)(tx.GasFeeCap())
|
result.GasPrice = (*hexutil.Big)(tx.GasFeeCap())
|
||||||
}
|
}
|
||||||
result.MaxFeePerBlobGas = (*hexutil.Big)(tx.BlobGasFeeCap())
|
|
||||||
result.BlobVersionedHashes = tx.BlobHashes()
|
|
||||||
result.AuthorizationList = tx.AuthList()
|
result.AuthorizationList = tx.AuthList()
|
||||||
}
|
}
|
||||||
return result
|
return result
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue