mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
core/txpool: fix order of blobTxForPool fields
This commit is contained in:
parent
c80681ca73
commit
5a57f6b72d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue