Avoid repeated tx classification work

This commit is contained in:
Mononaut
2023-12-17 09:57:15 +00:00
parent 472a86ffd4
commit c2f52ac1f3
2 changed files with 22 additions and 10 deletions

View File

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