Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TimviOfficial committed Nov 14, 2019
1 parent 636fa03 commit 010ac2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/TimviSettings.sol
Expand Up @@ -16,7 +16,6 @@ contract TimviSettings is ManagerRole {
uint256 public minDeposit;
uint256 public sysFee;
uint256 public userFee;
uint256 constant public COMM_DIVIDER = 100000;

uint256 public gasPriceLimit;

Expand Down

0 comments on commit 010ac2f

Please sign in to comment.