mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Added minor comment
This commit is contained in:
parent
b43db8f5a7
commit
4d74845e93
|
@ -29,7 +29,7 @@ contract Helpers {
|
||||||
|
|
||||||
contract InstaPoolFee is Helpers {
|
contract InstaPoolFee is Helpers {
|
||||||
constructor () public {
|
constructor () public {
|
||||||
fee = 9 * 10 ** 14;
|
fee = 9 * 10 ** 14; // 0.09%
|
||||||
feeCollector = IndexInterface(instaIndex).master();
|
feeCollector = IndexInterface(instaIndex).master();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user