Commit 3c1371d0 authored by Ashot's avatar Ashot
Browse files

Changed block count

parent 7b42b3d1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -406,7 +406,7 @@ Value masternode(const Array& params, bool fHelp)
arith_uint256 nHigh = 0;
CMasternode *pBestMasternode = NULL;
BOOST_FOREACH(CMasternode& mn, vMasternodes) {
arith_uint256 n = mn.CalculateScore(nHeight - 101);
arith_uint256 n = mn.CalculateScore(nHeight - 100);
if(n > nHigh){
nHigh = n;
pBestMasternode = &mn;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment