good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit c07918e7 authored by haryu703's avatar haryu703 Committed by GitHub
Browse files

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

parent 0e696136
Branches
Tags
No related merge requests found
......@@ -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}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment