core,eth,internal: fix typo (#29024)

This commit is contained in:
buddho
2024-02-20 19:42:48 +08:00
committed by GitHub
parent 7f5e96dc6c
commit bba3fa9af9
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ type list struct {
totalcost *uint256.Int // Total cost of all transactions in the list
}
// newList create a new transaction list for maintaining nonce-indexable fast,
// newList creates a new transaction list for maintaining nonce-indexable fast,
// gapped, sortable transaction lists.
func newList(strict bool) *list {
return &list{