mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Update internal getRawTransactions to use new prefix
This commit is contained in:
parent
156b5d0b3c
commit
031e14f302
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue