Reset acceleration flow state when leaving transaction
This commit is contained in:
parent
8c2d0e1d6c
commit
a3e61525fe
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user