Merge pull request #1033 from jl777/jl777

GetHeight()
This commit is contained in:
jl777
2018-12-06 02:12:02 -11:00
committed by GitHub

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);
}