From 61d1a2548a238d7c7ae85cfa92c1e7abe4eefc40 Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Wed, 11 Sep 2019 11:29:03 +0530 Subject: [PATCH] time taken updated --- src/app/view/home/latestblocks/latestblocks.component.ts | 1 + 1 file changed, 1 insertion(+) 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;