mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
docs: Correct the key names for estimatefees
This commit is contained in:
parent
f00e9d6ea8
commit
813356b88c
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue