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
@@ -27,7 +27,7 @@ import (
var log2_1_125 = math.Log2(1.125)
// evictionPriority calculates the eviction priority based on the algorithm
// described in the BlobPool docs for a both fee components.
// described in the BlobPool docs for both fee components.
//
// This method takes about 8ns on a very recent laptop CPU, recalculating about
// 125 million transaction priority values per second.