Skip to content

Commit e1878cd

Browse files
authored
fix collateral amount
1 parent 221970e commit e1878cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ inline int64_t GetMasterNodeCollateral(int nHeight){
271271
const int nLast = 1000000;
272272
if (nHeight > nLast) return 650000;
273273
if (nHeight > 910000) return 600000;
274-
275-
274+
if (nHeight > 900000) return 550000;
276275
return 500000;
277276
}
278277

0 commit comments

Comments
 (0)