This commit is contained in:
root 2019-08-29 16:38:39 +05:30
parent 7d3bce0caf
commit bb5914a5fd

View File

@ -59,6 +59,8 @@ export class LatestblocksComponent implements OnInit {
this.lastblock = res.response.BlockchainBlockResult[0].blockchain_block_height; this.lastblock = res.response.BlockchainBlockResult[0].blockchain_block_height;
//console.log(this.lastblock); //console.log(this.lastblock);
}else{
this.block.clear();
} }
} }
}, },