Show mempool.space memory usage faq on official

This commit is contained in:
hunicus
2023-03-17 08:24:37 -04:00
parent 377f71eb52
commit b0a0ad11b4
4 changed files with 6 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export class ApiDocsNavComponent implements OnInit {
env: Env;
tabData: any[];
auditEnabled: boolean;
officialMempoolInstance: boolean;
constructor(
private stateService: StateService
@@ -23,6 +24,7 @@ export class ApiDocsNavComponent implements OnInit {
ngOnInit(): void {
this.env = this.stateService.env;
this.officialMempoolInstance = this.env.OFFICIAL_MEMPOOL_SPACE;
this.auditEnabled = this.env.AUDIT;
if (this.whichTab === 'rest') {
this.tabData = restApiDocsData;