Flag transactions for lazy deletion.

fixes #400
This commit is contained in:
softsimon
2021-03-21 06:06:03 +07:00
parent e688948e42
commit e05ca7d691
3 changed files with 28 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
ancestors?: Ancestor[];
bestDescendant?: BestDescendant | null;
cpfpChecked?: boolean;
deleteAfter?: number;
}
interface Ancestor {