Browse Source

doc: bitcoin backend must return sat/kVB not btc/kVB on `estimatefees`

Reported-by: SimonVrouwe <s_github@protonmail.com>
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
nifty/pset-pre
Antoine Poinsot 5 years ago
committed by neil saitug
parent
commit
6e5aa1af14
  1. 2
      doc/PLUGINS.md

2
doc/PLUGINS.md

@ -972,7 +972,7 @@ The plugin must respond to `getchainfo` with the following fields:
### `estimatefees`
Polled by `lightningd` to get the current feerate, all values must be passed in BTC/kVB.
Polled by `lightningd` to get the current feerate, all values must be passed in sat/kVB.
If fee estimation fails, the plugin must set all the fields to `null`.

Loading…
Cancel
Save