Add fee delta to acceleration data

This commit is contained in:
natsoni
2024-07-25 11:52:55 +02:00
parent b3e59c06e9
commit 3d9133c47e
7 changed files with 13 additions and 1 deletions

View File

@@ -816,6 +816,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
this.tx.acceleration = cpfpInfo.acceleration;
this.tx.acceleratedBy = cpfpInfo.acceleratedBy;
this.tx.acceleratedAt = cpfpInfo.acceleratedAt;
this.tx.feeDelta = cpfpInfo.feeDelta;
this.setIsAccelerated(firstCpfp);
}