mirror of
https://github.com/mempool/mempool.git
synced 2025-04-04 09:58:36 +02:00
Update internal getRawTransactions to use new prefix
This commit is contained in:
parent
156b5d0b3c
commit
031e14f302
@ -214,7 +214,7 @@ class ElectrsApi implements AbstractBitcoinApi {
|
||||
}
|
||||
|
||||
async $getRawTransactions(txids: string[]): Promise<IEsploraApi.Transaction[]> {
|
||||
return this.failoverRouter.$post<IEsploraApi.Transaction[]>('/internal-api/txs', txids, 'json');
|
||||
return this.failoverRouter.$post<IEsploraApi.Transaction[]>('/internal/txs', txids, 'json');
|
||||
}
|
||||
|
||||
async $getMempoolTransactions(txids: string[]): Promise<IEsploraApi.Transaction[]> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user