Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit c77abdc

Browse files
committed
fix: removed variable
1 parent 4e2ff5c commit c77abdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/FlashToken.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ contract FlashToken is IERC20 {
3939
uint8 public constant decimals = 18;
4040

4141
uint256 public override totalSupply;
42-
uint256 public flashSupply;
4342

4443
mapping(address => bool) public minters;
4544

0 commit comments

Comments
 (0)