diff --git a/frontend/src/app/services/state.service.ts b/frontend/src/app/services/state.service.ts index 7f8f81744..ed9728ec0 100644 --- a/frontend/src/app/services/state.service.ts +++ b/frontend/src/app/services/state.service.ts @@ -327,6 +327,8 @@ export class StateService { this.networkChanged$.subscribe((network) => { this.transactions$ = new BehaviorSubject(null); + this.stratumJobs$ = new BehaviorSubject>({}); + this.stratumJobUpdate$.next({ state: {} }); this.blocksSubject$.next([]); });