Add "recently cpfpd" exception to audits

This commit is contained in:
Mononaut
2023-07-16 13:49:33 +09:00
parent b03f2185ce
commit b33ea4679d
8 changed files with 20 additions and 8 deletions

View File

@@ -100,6 +100,7 @@ export interface MempoolTransactionExtended extends TransactionExtended {
adjustedVsize: number;
adjustedFeePerVsize: number;
inputs?: number[];
lastBoosted?: number;
}
export interface AuditTransaction {