Added minor comment

This commit is contained in:
Thrilok Kumar 2020-07-17 20:05:47 +05:30
parent b43db8f5a7
commit 4d74845e93

View File

@ -29,7 +29,7 @@ contract Helpers {
contract InstaPoolFee is Helpers {
constructor () public {
fee = 9 * 10 ** 14;
fee = 9 * 10 ** 14; // 0.09%
feeCollector = IndexInterface(instaIndex).master();
}