Explorar el Código

correction sur le hack à true dans isblocknew

develop
MEUNIER Thibaud hace 6 años
padre
commit
fc5b04c159
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      js/lastblock.js

+ 0
- 1
js/lastblock.js Ver fichero

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

Cargando…
Cancelar
Guardar