Merge pull request #20 from jl777/FSM

Fsm
This commit is contained in:
blackjok3rtt
2018-12-06 22:00:39 +08: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);
}