correction sur le hack à true dans isblocknew
This commit is contained in:
@@ -17,7 +17,6 @@ blockchainListener = function(){
|
|||||||
|
|
||||||
function _isBlockNew(leblock)
|
function _isBlockNew(leblock)
|
||||||
{
|
{
|
||||||
return true;
|
|
||||||
return ((_last_block == null)||(_last_block.hash != leblock.hash));
|
return ((_last_block == null)||(_last_block.hash != leblock.hash));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user