Reset acceleration flow state when leaving transaction

This commit is contained in:
natsoni 2024-08-27 11:42:13 +02:00
parent 8c2d0e1d6c
commit a3e61525fe
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -966,6 +966,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
this.filters = []; this.filters = [];
this.showCpfpDetails = false; this.showCpfpDetails = false;
this.showAccelerationDetails = false; this.showAccelerationDetails = false;
this.accelerationFlowCompleted = false;
this.accelerationInfo = null; this.accelerationInfo = null;
this.cashappEligible = false; this.cashappEligible = false;
this.txInBlockIndex = null; this.txInBlockIndex = null;