From 72f4d811c1543ad2369d214f5348ea3307fddb8b Mon Sep 17 00:00:00 2001 From: Mononaut Date: Thu, 16 May 2024 19:16:53 +0000 Subject: [PATCH] Add missing websocket subscription to faucet component --- frontend/src/app/components/faucet/faucet.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/components/faucet/faucet.component.ts b/frontend/src/app/components/faucet/faucet.component.ts index 19269cb2a..9a5dc654c 100644 --- a/frontend/src/app/components/faucet/faucet.component.ts +++ b/frontend/src/app/components/faucet/faucet.component.ts @@ -59,6 +59,7 @@ export class FaucetComponent implements OnInit, OnDestroy { this.initForm(5000, 500000); } + this.websocketService.want(['blocks', 'mempool-blocks']); this.mempoolPositionSubscription = this.stateService.mempoolTxPosition$.subscribe(txPosition => { if (txPosition && txPosition.txid === this.txid) { this.stateService.markBlock$.next({