Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Dec 5, 2024
1 parent 957aa02 commit 8082d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/gasprice/gasprice.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func NewOracle(backend OracleBackend, params Config) *Oracle {
maxBlockHistory: maxBlockHistory,
congestedThreshold: congestedThreshold,
defaultBasePrice: defaultBasePrice,
defaultGasTip: defaultGasTip,
historyCache: cache,
}
}
Expand Down

0 comments on commit 8082d0a

Please sign in to comment.