Skip to content

Commit 253447a

Browse files
authored
core/types: fix typo (#28922)
1 parent 47d76c5 commit 253447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/tx_blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type BlobTx struct {
4343
BlobHashes []common.Hash
4444

4545
// A blob transaction can optionally contain blobs. This field must be set when BlobTx
46-
// is used to create a transaction for sigining.
46+
// is used to create a transaction for signing.
4747
Sidecar *BlobTxSidecar `rlp:"-"`
4848

4949
// Signature values

0 commit comments

Comments
 (0)