core/txpool: fix typos (#28213)

fix(core/txpool): fix typos
This commit is contained in:
0xbstn
2023-09-28 09:48:14 +08:00
committed by GitHub
parent 614804b33c
commit a081130081
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ func ValidateTransaction(tx *types.Transaction, head *types.Header, signer types
if sidecar == nil {
return fmt.Errorf("missing sidecar in blob transaction")
}
// Ensure the number of items in the blob transaction and vairous side
// Ensure the number of items in the blob transaction and various side
// data match up before doing any expensive validations
hashes := tx.BlobHashes()
if len(hashes) == 0 {