Immediately show oob fee on accelerated transaction

This commit is contained in:
natsoni
2024-08-05 17:30:41 +02:00
parent 5eb117165f
commit 11a849ef28
2 changed files with 18 additions and 2 deletions

View File

@@ -253,6 +253,8 @@ export interface MempoolPosition {
vsize: number,
accelerated?: boolean,
acceleratedBy?: number[],
acceleratedAt?: number,
feeDelta?: number,
}
export interface AccelerationPosition extends MempoolPosition {