Browse Source

20211111 it works ...

develop
MEUNIER Thibaud 4 years ago
parent
commit
9b769f928e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      js/blockexplorer.js

+ 2
- 2
js/blockexplorer.js View File

@ -213,12 +213,12 @@ blockchainExplorer = function(){
function _addTopBlock(data, flag = false)
{
if (flag) return "_addTopBlock";
var old_hash = _liste_blocks['TOP'];
if (old_hash == data.hash) return false;
if (flag) return "ajouterTopBlock";
// Maintenir la liste des blocks
_liste_blocks['TOP'] = data.hash;
_liste_blocks['BLOCK_'+data.height] = data.hash;

Loading…
Cancel
Save