Identify and display mining pool.

fixes #59
This commit is contained in:
softsimon
2020-05-10 00:35:21 +07:00
parent 1feb985bec
commit 0753b11840
12 changed files with 101 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ export class BlockComponent implements OnInit, OnDestroy {
.pipe(
switchMap((params: ParamMap) => {
const blockHash: string = params.get('id') || '';
this.block = undefined;
this.error = undefined;
this.fees = undefined;