Browse Source

docs: Correct the key names for estimatefees

travis-debug
Christian Decker 5 years ago
committed by Rusty Russell
parent
commit
813356b88c
  1. 4
      doc/PLUGINS.md

4
doc/PLUGINS.md

@ -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…
Cancel
Save