removed minor Unnecessary thing

This commit is contained in:
Samyak Jain 2021-06-10 16:48:51 +05:30
parent b81bd1f16d
commit 159367ef63

View File

@ -12,8 +12,6 @@ interface IGUniPool {
function token1() external view returns (IERC20);
function pool() external view returns (IUniswapV3Pool);
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);