Skip to content

Commit

Permalink
core/types: fix typo (#28922)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoereco authored Feb 4, 2024
1 parent 47d76c5 commit 253447a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/tx_blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type BlobTx struct {
BlobHashes []common.Hash

// 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:"-"`

// Signature values
Expand Down

0 comments on commit 253447a

Please sign in to comment.