mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix withBlobSidecar
This commit is contained in:
parent
26776a9336
commit
272dc9d6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ func (tx *BlobTx) withoutSidecar() *BlobTx {
|
||||||
|
|
||||||
func (tx *BlobTx) withSidecar(sidecar *BlobTxSidecar) *BlobTx {
|
func (tx *BlobTx) withSidecar(sidecar *BlobTxSidecar) *BlobTx {
|
||||||
cpy := *tx
|
cpy := *tx
|
||||||
tx.Sidecar = sidecar
|
cpy.Sidecar = sidecar
|
||||||
return &cpy
|
return &cpy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue