Merge pull request #3239 from mempool/mononaut/fix-cached-rbf-error

don't cache tx data for rbf replacements
This commit is contained in:
softsimon 2023-03-06 16:45:36 +09:00 committed by GitHub
commit 355acfd338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);