Skip to content

Commit c07918e

Browse files
authored
eth/gasprice: fix typo in comment (ethereum#22998)
1 parent 0e69613 commit c07918e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/gasprice/gasprice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (gpo *Oracle) SuggestTipCap(ctx context.Context) (*big.Int, error) {
155155
// Nothing returned. There are two special cases here:
156156
// - The block is empty
157157
// - All the transactions included are sent by the miner itself.
158-
// In these cases, use the latest calculated price for samping.
158+
// In these cases, use the latest calculated price for sampling.
159159
if len(res.values) == 0 {
160160
res.values = []*big.Int{lastPrice}
161161
}

0 commit comments

Comments
 (0)