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 cb51b71128
commit 1b9900ccf8
4 changed files with 19 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ export interface MempoolBlock {
export interface MemPoolState {
memPoolInfo: MempoolInfo;
vBytesPerSecond: number;
gitCommit: string;
}
export interface MempoolInfo {