Add network state to UI (#128)

This commit is contained in:
Gregory Terzian
2019-03-26 04:22:43 +08:00
committed by Maciej Hirsz
parent 1058cd965c
commit 8fa36118b5
5 changed files with 43 additions and 3 deletions
+1
View File
@@ -174,6 +174,7 @@ export namespace State {
blocktime: boolean;
blockpropagation: boolean;
blocklasttime: boolean;
networkstate: boolean;
}
}