time taken updated

This commit is contained in:
raja.blaze 2019-09-11 11:29:03 +05:30
parent 70d4d3f0cb
commit 61d1a2548a

View File

@ -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;