mirror of
https://github.com/mempool/mempool.git
synced 2026-08-16 13:00:49 +02:00
parent
43dac03ec0
commit
07b543d6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ export class BlockchainBlocksComponent implements OnInit, OnDestroy {
|
|||
this.blocks = this.blocks.slice(0, 8);
|
||||
|
||||
if (!refilling) {
|
||||
setTimeout(() => this.audioService.playSound('bright-harmony'));
|
||||
// setTimeout(() => this.audioService.playSound('bright-harmony'));
|
||||
block.stage = block.matchRate >= 80 ? 1 : 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue