From 8082d0ab12a1fda7bc2010bc85c4d9e6e31f4997 Mon Sep 17 00:00:00 2001 From: colinlyguo Date: Thu, 5 Dec 2024 23:12:29 +0800 Subject: [PATCH] fix unit tests --- eth/gasprice/gasprice.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index cb8c0863cca2..82c42becff9e 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -171,6 +171,7 @@ func NewOracle(backend OracleBackend, params Config) *Oracle { maxBlockHistory: maxBlockHistory, congestedThreshold: congestedThreshold, defaultBasePrice: defaultBasePrice, + defaultGasTip: defaultGasTip, historyCache: cache, } }