docs: Update references from c-lightning to Core-Lightning

This commit is contained in:
Christian Decker 2022-05-13 17:54:36 +02:00 committed by Rusty Russell
parent ae522229f0
commit e972e37e8c
2 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,11 @@ SYNOPSIS
DESCRIPTION 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 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 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. estimates in the past, CLN will continue to use those for a while.
C-lightning will also smoothen feerate estimations from the backend. CLN will also smoothen feerate estimations from the backend.
*style* is either of the two strings: *style* is either of the two strings:

View File

@ -33,7 +33,7 @@ not recognized.
TRIVIA 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, in honor of Pieter Wuille,
who uses the name "sipa" on IRC and elsewhere. who uses the name "sipa" on IRC and elsewhere.
Internally we call the *perkw* style as "feerate per kilosipa". Internally we call the *perkw* style as "feerate per kilosipa".