mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 07:07:36 +01:00
Only default show accelerator on mempool space
This commit is contained in:
parent
ae8b6043b2
commit
5a9dde0807
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
const urlParams = new URLSearchParams(window.location.search);
|
||||
this.forceAccelerationSummary = !!urlParams.get('cash_request_id');
|
||||
|
||||
this.hideAccelerationSummary = this.storageService.getValue('hide-accelerator-pref') == 'true';
|
||||
this.hideAccelerationSummary = this.stateService.isMempoolSpaceBuild ? this.storageService.getValue('hide-accelerator-pref') == 'true' : true;
|
||||
|
||||
if (!this.stateService.isLiquid()) {
|
||||
this.miningService.getMiningStats('1w').subscribe(stats => {
|
||||
|
|
Loading…
Add table
Reference in a new issue