Commit 270629e
authored
Update chainparams.cpp
last smartnode collateral of 1800000 as defined in chainparams.cpp:488 ff. was set to end at height 308720. following that height the smartnode collateral was undefined and in conclusion leaving the smartnode network disfunct.
replacing 308720 with MAX_INT validates the last collateral for smartnodes up to the maximum blockheight possible.1 parent f305145 commit 270629e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | | - | |
| 489 | + | |
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
| |||
0 commit comments