mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Deprecation warning to esplora fees
This commit is contained in:
parent
2f70d4e59e
commit
ee55d33e6a
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ class BitcoinRoutes {
|
|||
const result = feeApi.getPreciseRecommendedFee();
|
||||
|
||||
res.json({
|
||||
'warning': 'This endpoint is deprecated and will be removed in a future release. Please use /api/v1/fees/precise instead.',
|
||||
'1': result.fastestFee,
|
||||
'2': result.fastestFee,
|
||||
'3': result.halfHourFee,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue