We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7739b commit 272f9fcCopy full SHA for 272f9fc
eth/gasprice/gasprice.go
@@ -89,7 +89,7 @@ type Oracle struct {
89
maxHeaderHistory, maxBlockHistory int
90
congestedThreshold int // Number of pending transactions to consider the network congested and suggest a minimum tip cap.
91
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.
+ defaultGasTipCap *big.Int // Default gas tip cap to suggest after Curie (EIP 1559) when the network is not congested.
93
historyCache *lru.Cache
94
}
95
0 commit comments