Provide a way to completely disable block indexing and mining menu

This commit is contained in:
nymkappa
2022-02-15 16:02:30 +09:00
parent 02523f574d
commit ca766bf40d
6 changed files with 23 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ export class MasterPageComponent implements OnInit {
urlLanguage: string;
constructor(
private stateService: StateService,
public stateService: StateService,
private languageService: LanguageService,
) { }