Fix new block mempool deletion race condition

This commit is contained in:
Mononaut
2023-04-07 09:41:25 +09:00
parent a7dff0effe
commit d322c6b5b5
6 changed files with 22 additions and 29 deletions

View File

@@ -80,7 +80,6 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
descendants?: Ancestor[];
bestDescendant?: BestDescendant | null;
cpfpChecked?: boolean;
deleteAfter?: number;
position?: {
block: number,
vsize: number,