mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
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:
parent
10f47b41fa
commit
6e5aa1af14
@ -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…
Reference in New Issue
Block a user