go-ethereum/accounts/external
cui 448515a448
accounts/external: forward blob fee cap to external signer (#35167)
SignTx populated BlobHashes and the sidecar fields (Blobs/Commitments/
Proofs) for a blob transaction but never set args.BlobFeeCap. As a
result the external (clef) signer received maxFeePerBlobGas:null and
signed a transaction inconsistent with the one passed in, silently
dropping the blob fee cap.

Set args.BlobFeeCap from tx.BlobGasFeeCap() so the signing request
faithfully reflects the input transaction. This mirrors the existing
handling of the other blob-tx fields.
2026-07-02 18:12:58 +02:00
..
backend.go accounts/external: forward blob fee cap to external signer (#35167) 2026-07-02 18:12:58 +02:00