mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Add missing websocket subscription to faucet component
This commit is contained in:
parent
f8144bd9a0
commit
72f4d811c1
1 changed files with 1 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue