mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
changed totalSupply to function
This commit is contained in:
parent
ac52c84424
commit
5002098a1d
|
@ -30,7 +30,7 @@ interface UniswapPool {
|
|||
) external returns (uint256, uint256);
|
||||
|
||||
// ERC20 comaptibility for liquidity tokens
|
||||
uint256 public totalSupply;
|
||||
function totalSupply() external view returns (uint);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user