From fab8ad6788bc92dd1eac52e74d96685f347d0c2e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 9 Apr 2020 15:06:38 +0200 Subject: [PATCH] docs: Correct the key names for estimatefees --- doc/PLUGINS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index 878e1ba4174a..39233af2f892 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -976,8 +976,8 @@ The plugin, if fee estimation succeeds, must respond with the following fields: - `delayed_to_us` (number), used for resolving our output from our unilateral close - `htlc_resolution` (number), used for resolving HTLCs after an unilateral close - `penalty` (number), used for resolving revoked transactions - - `min` (number), used as the minimum acceptable feerate - - `max` (number), used as the maximum acceptable feerate + - `min_acceptable` (number), used as the minimum acceptable feerate + - `max_acceptable` (number), used as the maximum acceptable feerate ### `getrawblockbyheight`