mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
Merge b40574aa1d into 7c9032dff6
This commit is contained in:
commit
d6564faec7
1 changed files with 1 additions and 0 deletions
1
accounts/external/backend.go
vendored
1
accounts/external/backend.go
vendored
|
|
@ -237,6 +237,7 @@ func (api *ExternalSigner) SignTx(account accounts.Account, tx *types.Transactio
|
||||||
}
|
}
|
||||||
if tx.Type() == types.BlobTxType {
|
if tx.Type() == types.BlobTxType {
|
||||||
args.BlobHashes = tx.BlobHashes()
|
args.BlobHashes = tx.BlobHashes()
|
||||||
|
args.BlobFeeCap = (*hexutil.Big)(tx.BlobGasFeeCap())
|
||||||
sidecar := tx.BlobTxSidecar()
|
sidecar := tx.BlobTxSidecar()
|
||||||
if sidecar == nil {
|
if sidecar == nil {
|
||||||
return nil, errors.New("blobs must be present for signing")
|
return nil, errors.New("blobs must be present for signing")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue