Skip to content

Commit 272f9fc

Browse files
author
colinlyguo
committed
tweak
1 parent eb7739b commit 272f9fc

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
@@ -89,7 +89,7 @@ type Oracle struct {
8989
maxHeaderHistory, maxBlockHistory int
9090
congestedThreshold int // Number of pending transactions to consider the network congested and suggest a minimum tip cap.
9191
defaultBasePrice *big.Int // Base price to set when CongestedThreshold is reached before Curie (EIP 1559).
92-
defaultGasTipCap *big.Int // Default gas tip cap to suggest when the network is not congested.
92+
defaultGasTipCap *big.Int // Default gas tip cap to suggest after Curie (EIP 1559) when the network is not congested.
9393
historyCache *lru.Cache
9494
}
9595

0 commit comments

Comments
 (0)