From d5aace2b52dbe92b20555691aa9489b80cdd3ff0 Mon Sep 17 00:00:00 2001 From: Attens1423 Date: Mon, 19 Apr 2021 23:05:13 +0800 Subject: [PATCH] fix byte and transfer --- contracts/SmartRoute/proxies/DODORouteProxy.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/SmartRoute/proxies/DODORouteProxy.sol b/contracts/SmartRoute/proxies/DODORouteProxy.sol index 0df30ff..51c3c56 100644 --- a/contracts/SmartRoute/proxies/DODORouteProxy.sol +++ b/contracts/SmartRoute/proxies/DODORouteProxy.sol @@ -124,7 +124,6 @@ contract DODORouteProxy { uint256 weight = (0xffff & mixPara) >> 9; uint256 poolEdition = (0xff & mixPara); - if(assetFrom[i-1] == address(this)) { uint256 curAmount = curTotalAmount.div(curTotalWeight).mul(weight);