Reducing mempool detection sensitivity to 25%

refs #76
This commit is contained in:
softsimon
2020-06-18 17:10:07 +07:00
parent b92eef8198
commit 279b79b9b1
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ export class BlockchainBlocksComponent implements OnInit, OnDestroy {
if (!refilling && !this.tabHidden) {
// setTimeout(() => this.audioService.playSound('bright-harmony'));
block.stage = block.matchRate >= 80 ? 1 : 2;
block.stage = block.matchRate >= 66 ? 1 : 2;
}
if (txConfirmed) {