mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Fix esplora error messages
This commit is contained in:
parent
65dbafd2ec
commit
0ce043cca9
1 changed files with 2 additions and 2 deletions
|
@ -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[] {
|
||||
|
|
Loading…
Add table
Reference in a new issue