diff --git a/frontend/src/app/components/clock-face/clock-face.component.ts b/frontend/src/app/components/clock-face/clock-face.component.ts index 01e439e8e..c2c946b74 100644 --- a/frontend/src/app/components/clock-face/clock-face.component.ts +++ b/frontend/src/app/components/clock-face/clock-face.component.ts @@ -26,7 +26,6 @@ export class ClockFaceComponent implements OnInit, OnChanges, OnDestroy { constructor( public stateService: StateService, - private websocketService: WebsocketService, private cd: ChangeDetectorRef ) { this.updateTime(); diff --git a/frontend/src/app/components/clock/clock.component.html b/frontend/src/app/components/clock/clock.component.html index 914450a79..b869ef005 100644 --- a/frontend/src/app/components/clock/clock.component.html +++ b/frontend/src/app/components/clock/clock.component.html @@ -40,7 +40,7 @@

priority rate

-

{{ recommendedFees.fastestFee + 300 }} sat/vB

+

{{ recommendedFees.fastestFee }} sat/vB

diff --git a/frontend/src/app/components/clock/clock.component.ts b/frontend/src/app/components/clock/clock.component.ts index dea2de4c8..285f91ff8 100644 --- a/frontend/src/app/components/clock/clock.component.ts +++ b/frontend/src/app/components/clock/clock.component.ts @@ -52,7 +52,7 @@ export class ClockComponent implements OnInit { ngOnInit(): void { this.resizeCanvas(); - this.websocketService.want(['blocks']); + this.websocketService.want(['blocks', 'stats', 'mempool-blocks']); this.blocksSubscription = this.stateService.blocks$ .subscribe(([block]) => { diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.html b/frontend/src/app/shared/components/global-footer/global-footer.component.html index 043921b8a..0bac1f9ff 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.html +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.html @@ -2,8 +2,8 @@
-
The Mempool Open Source Project
-

Explore the full Bitcoin ecosystem

+
The Mempool Open Source Project
+

Explore the full Bitcoin ecosystem

@@ -16,7 +16,7 @@

Broadcast Transaction

Connect to our Nodes

-

About the Project

+

About The Mempool Open Source Projectâ„¢