Merge pull request #5481 from mempool/natsoni/fix-acceleration-flow-state
Reset acceleration flow state when leaving transaction
This commit is contained in:
commit
db0f968749
@ -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