correction sur le hack à true dans isblocknew

This commit is contained in:
2019-08-31 14:42:05 +02:00
parent 907e56d9cb
commit fc5b04c159

View File

@@ -17,7 +17,6 @@ blockchainListener = function(){
function _isBlockNew(leblock)
{
return true;
return ((_last_block == null)||(_last_block.hash != leblock.hash));
};