From ddb397e20a092daf58aa86483825ff1eecc2c846 Mon Sep 17 00:00:00 2001 From: Zoe Date: Sat, 3 Feb 2024 23:31:16 +0100 Subject: [PATCH] fix typoe --- core/types/tx_blob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/tx_blob.go b/core/types/tx_blob.go index caede7cc5334..25a85695efc9 100644 --- a/core/types/tx_blob.go +++ b/core/types/tx_blob.go @@ -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