Merge pull request #5481 from mempool/natsoni/fix-acceleration-flow-state

Reset acceleration flow state when leaving transaction
This commit is contained in:
softsimon 2024-09-14 17:52:50 +08:00 committed by GitHub
commit db0f968749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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