Use sub-optimal gas cost algorithm

This commit is contained in:
Shivva 2020-11-26 16:21:19 +01:00 committed by Luis Schliesske
parent fade13c960
commit 597b23d6e2

View File

@ -78,7 +78,7 @@ contract ConditionDebtBridgeIsAffordable is GelatoConditionsStandard {
uint256 gasFeesPaidFromCol = uint256 gasFeesPaidFromCol =
_getGelatoProviderFees( _getGelatoProviderFees(
_getGasCostMakerToMaker( _getGasCostMakerToMaker(
true, false,
_getFlashLoanRoute( _getFlashLoanRoute(
DAI, DAI,
_getRealisedDebt(_getMakerVaultDebt(_vaultId)) _getRealisedDebt(_getMakerVaultDebt(_vaultId))