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>
This commit is contained in:
Antoine Poinsot 2020-04-25 17:49:49 +02:00 committed by neil saitug
parent 10f47b41fa
commit 6e5aa1af14

View File

@ -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`.