Fix address prefix for non esplora backend

This commit is contained in:
softsimon
2024-06-24 18:27:30 +09:00
parent e4c9b67239
commit 563def45d8
2 changed files with 10 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export namespace IEsploraApi {
scriptpubkey: string;
scriptpubkey_asm: string;
scriptpubkey_type: string;
scriptpubkey_address: string;
scriptpubkey_address?: string;
value: number;
// Elements
valuecommitment?: number;