[tx] add accel shortcut into transaction component

This commit is contained in:
nymkappa
2023-05-03 16:32:00 +02:00
parent 6c2c62ba2e
commit 727d170c9c
3 changed files with 28 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
private router: Router,
private relativeUrlPipe: RelativeUrlPipe,
private electrsApiService: ElectrsApiService,
private stateService: StateService,
public stateService: StateService,
private cacheService: CacheService,
private websocketService: WebsocketService,
private audioService: AudioService,