Merge branch 'master' into mononaut/wallet-balance

This commit is contained in:
wiz
2024-03-06 16:29:10 +09:00
committed by GitHub
113 changed files with 2680 additions and 725 deletions

View File

@@ -433,6 +433,10 @@ export class WebsocketService {
this.stateService.previousRetarget$.next(response.previousRetarget);
}
if (response['tomahawk']) {
this.stateService.serverHealth$.next(response['tomahawk']);
}
if (response['git-commit']) {
this.stateService.backendInfo$.next(response['git-commit']);
}