Skip to content

Commit

Permalink
eth/gasprice: fix typo (ethereum#27202)
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-bgh authored and devopsbo3 committed Nov 10, 2023
1 parent abb423b commit fc0c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/gasprice/gasprice.go
Expand Up @@ -251,7 +251,7 @@ func (s *txSorter) Less(i, j int) bool {
return tip1.Cmp(tip2) < 0
}

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

0 comments on commit fc0c58e

Please sign in to comment.