Fix version update & error handling in Goggles indexing
This commit is contained in:
@@ -281,6 +281,7 @@ export interface BlockExtended extends IEsploraApi.Block {
|
||||
export interface BlockSummary {
|
||||
id: string;
|
||||
transactions: TransactionClassified[];
|
||||
version?: number;
|
||||
}
|
||||
|
||||
export interface AuditSummary extends BlockAudit {
|
||||
|
||||
Reference in New Issue
Block a user