Deprecation warning to esplora fees

This commit is contained in:
junderw 2026-05-31 10:22:05 +09:00
parent 2f70d4e59e
commit ee55d33e6a
No known key found for this signature in database

View file

@ -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,