Merge pull request #1034 from jl777/FSM

FSM
This commit is contained in:
jl777
2018-12-06 02:12:34 -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);
}