Return HTTP 503 from Fee Api when mempool is still syncing.
Fix for displaying git commit on About page.
This commit is contained in:
@@ -115,10 +115,7 @@
|
||||
<br>
|
||||
|
||||
<div class="text-small text-center">
|
||||
Git commit:
|
||||
<ng-container *ngIf="(mempoolStats$ | async) as mempoolStats">
|
||||
{{ mempoolStats.gitCommit }}
|
||||
</ng-container>
|
||||
Git commit: {{ gitCommit$ | async }}
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user