Parcourir la source

correction sur le hack à true dans isblocknew

develop
MEUNIER Thibaud il y a 6 ans
Parent
révision
fc5b04c159
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      js/lastblock.js

+ 0
- 1
js/lastblock.js Voir le fichier

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

Chargement…
Annuler
Enregistrer