Skip to content

Commit 52c246f

Browse files
authored
eth/gasprice: fix typo (#27202)
1 parent a865e28 commit 52c246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/gasprice/gasprice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ func (s *txSorter) Less(i, j int) bool {
251251
return tip1.Cmp(tip2) < 0
252252
}
253253

254-
// getBlockPrices calculates the lowest transaction gas price in a given block
254+
// getBlockValues calculates the lowest transaction gas price in a given block
255255
// and sends it to the result channel. If the block is empty or all transactions
256256
// are sent by the miner itself(it doesn't make any sense to include this kind of
257257
// transaction prices for sampling), nil gasprice is returned.

0 commit comments

Comments
 (0)