Skip to content

Commit

Permalink
Fix time delay constants
Browse files Browse the repository at this point in the history
  • Loading branch information
kree-dotcom committed Dec 12, 2022
1 parent 3263188 commit 4fc80e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CollateralBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract CollateralBook is RoleControl(COLLATERAL_BOOK_TIME_DELAY){

uint256 public constant THREE_MIN = 180;
uint256 public constant DIVISION_BASE = 1 ether;
uint256 public constant CHANGE_COLLATERAL_DELAY = 200; //2 days
uint256 public constant CHANGE_COLLATERAL_DELAY = 2 days

//temporary data stores for changing Collateral variables
address queuedCollateralAddress;
Expand Down

0 comments on commit 4fc80e6

Please sign in to comment.