mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 13:24:01 +01:00
parent
43dac03ec0
commit
07b543d6bf
@ -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…
Reference in New Issue
Block a user