append issue fixed
This commit is contained in:
parent
6ecf55d7a2
commit
72936500b4
@ -64,10 +64,11 @@ export class LatestblocksComponent implements OnInit {
|
|||||||
this.blockdetails = response;
|
this.blockdetails = response;
|
||||||
//console.log(this.blockdetails);
|
//console.log(this.blockdetails);
|
||||||
if (this.lastblock != this.blockdetails.block_height) {
|
if (this.lastblock != this.blockdetails.block_height) {
|
||||||
//console.log('Create');
|
console.log('Create');
|
||||||
this.createBlock();
|
this.createBlock();
|
||||||
}
|
}
|
||||||
this.lastblock = this.blockdetails.block_height;
|
this.lastblock = this.blockdetails.block_height;
|
||||||
|
console.log(this.lastblock);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user