fix byte and transfer

This commit is contained in:
Attens1423
2021-04-19 23:05:13 +08:00
parent b5dde3b6cb
commit d5aace2b52

View File

@@ -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);