mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Minor change
This commit is contained in:
parent
ce353a60d8
commit
d7423573ec
|
@ -195,7 +195,7 @@ contract LiquidityHelpers is Helpers {
|
|||
poolFeeAmt = 0;
|
||||
originFee = 0;
|
||||
} else {
|
||||
originFee = wmul(feeAmt, 20 * 10 ** 16);
|
||||
originFee = wmul(feeAmt, 20 * 10 ** 16); // 20%
|
||||
poolFeeAmt = sub(feeAmt, originFee);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user