eth/gasprice: fix typo in comment (#22998)

pull/23115/head
haryu703 3 years ago committed by GitHub
parent 0e6961366a
commit c07918e7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eth/gasprice/gasprice.go

@ -155,7 +155,7 @@ func (gpo *Oracle) SuggestTipCap(ctx context.Context) (*big.Int, error) {
// Nothing returned. There are two special cases here:
// - The block is empty
// - All the transactions included are sent by the miner itself.
// In these cases, use the latest calculated price for samping.
// In these cases, use the latest calculated price for sampling.
if len(res.values) == 0 {
res.values = []*big.Int{lastPrice}
}

Loading…
Cancel
Save