diff --git a/src/app/view/home/latestblocks/latestblocks.component.ts b/src/app/view/home/latestblocks/latestblocks.component.ts index 4f44da2..fc4b32a 100644 --- a/src/app/view/home/latestblocks/latestblocks.component.ts +++ b/src/app/view/home/latestblocks/latestblocks.component.ts @@ -122,6 +122,7 @@ export class LatestblocksComponent implements OnInit { //this.blockAppend['target_difficulty'] = 0; this.blockAppend['PoWAlgo'] = DifferentList.powalgo; this.blockAppend['input_count'] = DifferentList.input_count; + this.blockAppend['timetaken'] = DifferentList.timetaken; this.blockAppend['output_count'] = DifferentList.output_count; this.blockAppend['kernal_count'] = DifferentList.kernal_count; this.blockAppend['hashstart'] = DifferentList.hashstart;