This commit is contained in:
cui 2026-06-18 20:51:26 +00:00 committed by GitHub
commit d6564faec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")