mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +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:
committed by
neil saitug
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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user