From 6e5aa1af14dbe42d1c0a5740a198ee9b7f76f514 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Sat, 25 Apr 2020 17:49:49 +0200 Subject: [PATCH] doc: bitcoin backend must return sat/kVB not btc/kVB on `estimatefees` Reported-by: SimonVrouwe Signed-off-by: Antoine Poinsot --- doc/PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index 3d36ca1af..6558ade67 100644 --- a/doc/PLUGINS.md +++ b/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`.