Skip to content

Commit

Permalink
docs: Correct the key names for estimatefees
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Apr 9, 2020
1 parent cbb5c54 commit fab8ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit fab8ad6

Please sign in to comment.