mirror of
https://github.com/mempool/mempool.git
synced 2025-10-11 00:32:43 +02:00
Return HTTP 503 from Fee Api when mempool is still syncing.
Fix for displaying git commit on About page.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user