Skip to content

Commit 2d9b993

Browse files
authored
Merge pull request #1 from verycoin/verycoin-patch-for-undefined_smartnode_collateral_after_height_308720
Update chainparams.cpp
2 parents f305145 + 270629e commit 2d9b993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ class CMainParams : public CChainParams {
486486
consensus.nCollaterals = SmartnodeCollaterals(
487487
{
488488
{88720, 60000 * COIN}, {132720, 800000 * COIN}, {176720, 1000000 * COIN}, {220720, 1250000 * COIN},
489-
{264720, 1500000 * COIN}, {308720, 1800000 * COIN}
489+
{264720, 1500000 * COIN}, {INT_MAX, 1800000 * COIN}
490490
},
491491
{
492492
{5761, 0}, {INT_MAX, 20}

0 commit comments

Comments
 (0)