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

@@ -16,6 +16,7 @@
[minimal]="true"
[count]="blockchainBlocks"
[blockWidth]="blockWidth"
[showPools]="false"
[spotlight]="mode === 'mined' ? -index - 1 : 0"
[getHref]="getMinedUrl"
></app-blockchain-blocks>