Add commit hash to the bottom of the about page

fixes #102
This commit is contained in:
softsimon
2020-08-10 14:59:29 +07:00
parent 4151579c04
commit 17a2121b7e
4 changed files with 19 additions and 4 deletions

View File

@@ -137,6 +137,7 @@ export class WebsocketService {
this.stateService.mempoolStats$.next({
memPoolInfo: response.mempoolInfo,
vBytesPerSecond: response.vBytesPerSecond,
gitCommit: response['git-commit']
});
}