mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "eth/gasprice: fix typo (#27202)"
This reverts commit fc0c58e592.
This commit is contained in:
parent
6708e64850
commit
a68ddfbb47
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ func (s *txSorter) Less(i, j int) bool {
|
|||
return tip1.Cmp(tip2) < 0
|
||||
}
|
||||
|
||||
// getBlockValues calculates the lowest transaction gas price in a given block
|
||||
// getBlockPrices 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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue