Preserve tx replacement flag

This commit is contained in:
Mononaut
2023-12-17 10:45:26 +00:00
parent c2f52ac1f3
commit a8fd2ac9dc
5 changed files with 13 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
vsize: number,
};
acceleration?: boolean;
replacement?: boolean;
uid?: number;
flags?: number;
}