From e972e37e8c3b07853f5d3f49b5d4f925289112e4 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 13 May 2022 17:54:36 +0200 Subject: [PATCH] docs: Update references from c-lightning to Core-Lightning --- doc/lightning-feerates.7.md | 6 +++--- doc/lightning-parsefeerate.7.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lightning-feerates.7.md b/doc/lightning-feerates.7.md index d1beb1eab..f4669205e 100644 --- a/doc/lightning-feerates.7.md +++ b/doc/lightning-feerates.7.md @@ -9,11 +9,11 @@ SYNOPSIS DESCRIPTION ----------- -The **feerates** command returns the feerates that C-lightning will use. +The **feerates** command returns the feerates that CLN will use. The feerates will be based on the recommended feerates from the backend. The backend may fail to provide estimates, but if it was able to provide -estimates in the past, C-lightning will continue to use those for a while. -C-lightning will also smoothen feerate estimations from the backend. +estimates in the past, CLN will continue to use those for a while. +CLN will also smoothen feerate estimations from the backend. *style* is either of the two strings: diff --git a/doc/lightning-parsefeerate.7.md b/doc/lightning-parsefeerate.7.md index 8afc62370..d46d7f22c 100644 --- a/doc/lightning-parsefeerate.7.md +++ b/doc/lightning-parsefeerate.7.md @@ -33,7 +33,7 @@ not recognized. TRIVIA ------ -In C-lightning we like to call the weight unit "sipa" +In CLN we like to call the weight unit "sipa" in honor of Pieter Wuille, who uses the name "sipa" on IRC and elsewhere. Internally we call the *perkw* style as "feerate per kilosipa".