From 96fb44f3e7e873742e57da6d22182bdb7abe011b Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Mon, 6 Feb 2023 10:20:33 -0600 Subject: [PATCH] client/asset/eth: fix wrong gases in (test) tTokenContractor --- client/asset/eth/eth_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/asset/eth/eth_test.go b/client/asset/eth/eth_test.go index 94d1f4de53..fd033dfd39 100644 --- a/client/asset/eth/eth_test.go +++ b/client/asset/eth/eth_test.go @@ -559,6 +559,7 @@ func newTestNode(assetID uint32) *testNode { approveTx: types.NewTransaction(4, common.Address{0x34}, big.NewInt(1e9), defaultGasFeeLimit, big.NewInt(2e9), nil), } if assetID != BipID { + ttc.tContractor.gasEstimates = &tokenGases c = ttc }