Skip to content

Commit cb583dd

Browse files
chore: revert accidentally committed local modification
1 parent 584fd65 commit cb583dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/contracts/TroveManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ contract TroveManager is LiquityBase, Ownable, CheckContract, ITroveManager {
4848
uint constant public MAX_BORROWING_FEE = DECIMAL_PRECISION / 100 * 5; // 5%
4949

5050
// During bootsrap period redemptions are not allowed
51-
uint constant public BOOTSTRAP_PERIOD = 0;
51+
uint constant public BOOTSTRAP_PERIOD = 14 days;
5252

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

0 commit comments

Comments
 (0)