Fix esplora error messages

This commit is contained in:
Mononaut 2023-07-23 13:55:27 +09:00
parent 4b2300f5b3
commit 0193d7f869

View File

@ -111,11 +111,11 @@ class ElectrsApi implements AbstractBitcoinApi {
}
$getScriptHash(scripthash: string): Promise<IEsploraApi.ScriptHash> {
throw new Error('Method getAddress not implemented.');
throw new Error('Method getScriptHash not implemented.');
}
$getScriptHashTransactions(scripthash: string, txId?: string): Promise<IEsploraApi.Transaction[]> {
throw new Error('Method getAddressTransactions not implemented.');
throw new Error('Method getScriptHashTransactions not implemented.');
}
$getAddressPrefix(prefix: string): string[] {