Merge branch 'master' into mononaut/record-purge-rates

This commit is contained in:
softsimon
2023-10-14 15:07:03 +07:00
committed by GitHub
169 changed files with 3073 additions and 689 deletions

View File

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