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

@@ -165,6 +165,7 @@ class BitcoinRoutes {
acceleration: tx.acceleration,
acceleratedBy: tx.acceleratedBy || undefined,
acceleratedAt: tx.acceleratedAt || undefined,
feeDelta: tx.feeDelta || undefined,
});
return;
}