Fix esplora error messages

This commit is contained in:
Mononaut 2023-07-23 13:55:27 +09:00
parent 65dbafd2ec
commit 0ce043cca9
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

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[] {