Remove old batched outspends API

This commit is contained in:
Mononaut
2023-11-12 06:51:48 +00:00
parent 09f208484a
commit 7ec7ae7b95
2 changed files with 3 additions and 28 deletions

View File

@@ -298,7 +298,7 @@ class ElectrsApi implements AbstractBitcoinApi {
}
async $getBatchedOutspends(txids: string[]): Promise<IEsploraApi.Outspend[][]> {
return this.failoverRouter.$get<IEsploraApi.Outspend[][]>('/txs/outspends', 'json', { txids: txids.join(',') });
throw new Error('Method not implemented.');
}
public startHealthChecks(): void {