Return HTTP 503 from Fee Api when mempool is still syncing.

Fix for displaying git commit on About page.
This commit is contained in:
softsimon
2020-08-12 13:33:58 +07:00
parent dd0b67716f
commit 2d02ec7092
8 changed files with 54 additions and 48 deletions

View File

@@ -28,12 +28,6 @@ export interface MempoolBlock {
index: number;
}
export interface MemPoolState {
memPoolInfo: MempoolInfo;
vBytesPerSecond: number;
gitCommit: string;
}
export interface MempoolInfo {
size: number;
bytes: number;