Removing "raw block".

This commit is contained in:
softsimon
2021-08-03 18:15:33 +03:00
parent eeb25baa9c
commit 16fa2a0ed7
9 changed files with 5 additions and 33 deletions

View File

@@ -31,7 +31,6 @@ export interface TransactionExtended extends IEsploraApi.Transaction {
bestDescendant?: BestDescendant | null;
cpfpChecked?: boolean;
deleteAfter?: number;
hex?:string
}
interface Ancestor {