Ver a proveniência

correction sur le hack à true dans isblocknew

develop
MEUNIER Thibaud há 6 anos
ascendente
cometimento
fc5b04c159
1 ficheiros alterados com 0 adições e 1 eliminações
  1. +0
    -1
      js/lastblock.js

+ 0
- 1
js/lastblock.js Ver ficheiro

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

Carregando…
Cancelar
Guardar