Instant mining pool identification from recent blocks.

refs #59
This commit is contained in:
softsimon
2020-05-10 00:54:07 +07:00
parent 688a73cf75
commit a42facb389
5 changed files with 5 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ export class MinerComponent implements OnChanges {
) { }
ngOnChanges() {
this.miner = '';
this.loading = true;
this.findMinerFromCoinbase();
}