fix typoe

This commit is contained in:
Zoe 2024-02-03 23:31:16 +01:00
parent 47d76c5f95
commit ddb397e20a

View file

@ -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