Handle 0.1 sat/vB base fee on the dashboard and backend.

This commit is contained in:
softsimon
2021-08-05 02:03:52 +03:00
parent d432696c67
commit 5cdcf277e4
4 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ export class DashboardComponent implements OnInit {
constructor(
@Inject(LOCALE_ID) private locale: string,
private stateService: StateService,
public stateService: StateService,
private apiService: ApiService,
private websocketService: WebsocketService,
private seoService: SeoService,