Skip to content

Commit

Permalink
chore: revert accidentally committed local modification
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed Jan 4, 2022
1 parent 584fd65 commit cb583dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/TroveManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contract TroveManager is LiquityBase, Ownable, CheckContract, ITroveManager {
uint constant public MAX_BORROWING_FEE = DECIMAL_PRECISION / 100 * 5; // 5%

// During bootsrap period redemptions are not allowed
uint constant public BOOTSTRAP_PERIOD = 0;
uint constant public BOOTSTRAP_PERIOD = 14 days;

/*
* BETA: 18 digit decimal. Parameter by which to divide the redeemed fraction, in order to calc the new base rate from a redemption.
Expand Down

0 comments on commit cb583dd

Please sign in to comment.