Skip to content

Commit

Permalink
client/asset/eth: fix wrong gases in (test) tTokenContractor
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Feb 24, 2023
1 parent 1534279 commit 96fb44f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/asset/eth/eth_test.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 96fb44f

Please sign in to comment.