We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a865e28 commit 52c246fCopy full SHA for 52c246f
eth/gasprice/gasprice.go
@@ -251,7 +251,7 @@ func (s *txSorter) Less(i, j int) bool {
251
return tip1.Cmp(tip2) < 0
252
}
253
254
-// getBlockPrices calculates the lowest transaction gas price in a given block
+// getBlockValues calculates the lowest transaction gas price in a given block
255
// and sends it to the result channel. If the block is empty or all transactions
256
// are sent by the miner itself(it doesn't make any sense to include this kind of
257
// transaction prices for sampling), nil gasprice is returned.
0 commit comments