mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 19:37:47 +01: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
Reference in a new issue