docs: Correct the key names for estimatefees

This commit is contained in:
Christian Decker 2020-04-09 15:06:38 +02:00 committed by Rusty Russell
parent f00e9d6ea8
commit 813356b88c

View File

@ -976,8 +976,8 @@ The plugin, if fee estimation succeeds, must respond with the following fields:
- `delayed_to_us` (number), used for resolving our output from our unilateral close
- `htlc_resolution` (number), used for resolving HTLCs after an unilateral close
- `penalty` (number), used for resolving revoked transactions
- `min` (number), used as the minimum acceptable feerate
- `max` (number), used as the maximum acceptable feerate
- `min_acceptable` (number), used as the minimum acceptable feerate
- `max_acceptable` (number), used as the maximum acceptable feerate
### `getrawblockbyheight`