Skip to content

Commit b258597

Browse files
FS Enforcement Height Pushback
1 parent 1c07c18 commit b258597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static const int64_t MAX_MONEY = 84000000 * COIN; // 84,000,000 RUPEE Max
7676
static const int64_t COIN_YEAR_REWARD = 0.1 * COIN; // 10% per year
7777

7878
static const int64_t MAINNET_POSFIX = 250; //Mainnet Proof of Stake update not enabled until block 250
79-
static const int MN_ENFORCEMENT_ACTIVE_HEIGHT = 4500; // Enforce fortunastake payments after this height - BLOCK 4500
79+
static const int MN_ENFORCEMENT_ACTIVE_HEIGHT = 20000; // Enforce fortunastake payments after this height - BLOCK 20k
8080

8181
inline bool MoneyRange(int64_t nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }
8282

0 commit comments

Comments
 (0)