Skip to content

Commit

Permalink
Router: rm unused repayDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBrian committed May 9, 2021
1 parent f7c7085 commit f6b6a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/Router.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ contract Router {
uint256[] public arrayPrices;
mapping(address => uint) public mapAnchorAddress_arrayAnchorsIndex1; // 1-based indexes

uint256 public constant repayDelay = 3600;

mapping(address => mapping(address => uint256)) public mapMemberToken_depositBase;
mapping(address => mapping(address => uint256)) public mapMemberToken_depositToken;
mapping(address => mapping(address => uint256)) public mapMemberToken_lastDeposited;
Expand Down

0 comments on commit f6b6a36

Please sign in to comment.