This commit is contained in:
blackjok3r
2018-11-29 23:36:51 +08:00
parent a609239f53
commit aba3093527
2 changed files with 2 additions and 2 deletions

View File

@@ -284,7 +284,7 @@ bool CheckMoMoM(uint256 kmdNotarisationHash, uint256 momom)
return nota.second.MoMoM == momom;
};
return (bool) ScanNotarisationsFromHeight(block.nHeight-100, checkMoMoM, nota);
return (bool) ScanNotarisationsFromHeight(block.GetHeight()-100, checkMoMoM, nota);
}