core/types: fix typo (#28922)

pull/28927/head
zoereco 8 months ago committed by GitHub
parent 47d76c5f95
commit 253447a4f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      core/types/tx_blob.go

@ -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…
Cancel
Save