mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 21:16:37 +00:00
core/types: fix typo (#28922)
This commit is contained in:
parent
47d76c5f95
commit
253447a4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ type BlobTx struct {
|
||||||
BlobHashes []common.Hash
|
BlobHashes []common.Hash
|
||||||
|
|
||||||
// A blob transaction can optionally contain blobs. This field must be set when BlobTx
|
// A blob transaction can optionally contain blobs. This field must be set when BlobTx
|
||||||
// is used to create a transaction for sigining.
|
// is used to create a transaction for signing.
|
||||||
Sidecar *BlobTxSidecar `rlp:"-"`
|
Sidecar *BlobTxSidecar `rlp:"-"`
|
||||||
|
|
||||||
// Signature values
|
// Signature values
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue