don't cache tx data for rbf replacements

This commit is contained in:
Mononaut 2023-03-06 00:19:12 -06:00
parent 5a09e3099c
commit 43b2fe2f9a
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -362,7 +362,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
this.waitingForTransaction = false;
}
this.rbfTransaction = rbfTransaction;
this.cacheService.setTxCache([this.rbfTransaction]);
this.replaced = true;
if (rbfTransaction && !this.tx) {
this.fetchCachedTx$.next(this.txId);