Removing "raw block".

This commit is contained in:
softsimon
2021-08-03 18:15:33 +03:00
parent b9246a72f2
commit 8eb70416da
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 {