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

@@ -31,6 +31,7 @@ export interface CpfpInfo {
acceleration?: boolean;
acceleratedBy?: number[];
acceleratedAt?: number;
feeDelta?: number;
}
export interface RbfInfo {