minor fix

This commit is contained in:
Shriya Tyagi 2022-10-18 07:02:00 +04:00
parent e22b0bff0c
commit 04ce903075

View File

@ -29,3 +29,4 @@ abstract contract Helpers is Stores, Basic {
if (_amt == uint256(-1)) _amt = _tokenContract.balanceOf(address(this));
}
}
}