core/txpool: fix order of blobTxForPool fields

This commit is contained in:
healthykim 2026-06-22 16:03:41 +02:00
parent c80681ca73
commit 5a57f6b72d

View file

@ -154,9 +154,9 @@ type blobTxMeta struct {
type blobTxForPool struct {
Tx *types.Transaction // tx without sidecar
Version byte
Blobs []kzg4844.Blob
Commitments []kzg4844.Commitment
Proofs []kzg4844.Proof
Blobs []kzg4844.Blob
}
// Sidecar returns BlobTxSidecar of ptx.