Hide mining pools on clock blockchain

This commit is contained in:
Mononaut
2024-03-08 19:16:09 +00:00
parent 29bbb922c5
commit b606282fb4
3 changed files with 3 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ export class BlockchainBlocksComponent implements OnInit, OnChanges, OnDestroy {
@Input() minimal: boolean = false;
@Input() blockWidth: number = 125;
@Input() spotlight: number = 0;
@Input() showPools: boolean = true;
@Input() getHref?: (index, block) => string = (index, block) => `/block/${block.id}`;
specialBlocks = specialBlocks;