mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Fixed bug
This commit is contained in:
parent
a12b7ec607
commit
9d8714a163
|
@ -20,7 +20,7 @@ contract Helpers {
|
|||
}
|
||||
|
||||
function changeFee(uint256 _fee) external isChief {
|
||||
require(fee <= 2 * 10 ** 15, "Fee is more than 0.2%");
|
||||
require(_fee <= 2 * 10 ** 15, "Fee is more than 0.2%");
|
||||
fee = uint64(_fee);
|
||||
emit LogChangeFee(_fee);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user