GetHeight()

This commit is contained in:
jl777
2018-12-06 02:08:39 -11:00
parent d4f269a90f
commit d8282c5739

View File

@@ -274,7 +274,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);
}