From 662ac26d0c57b95036193b832caa2e487c2f1422 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Tue, 7 Apr 2020 08:47:19 +0200 Subject: [PATCH] doc: fix typo: %s must be % (followup to 158d2212) Changelog-None --- doc/lightning-close.7 | 2 +- doc/lightning-close.7.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lightning-close.7 b/doc/lightning-close.7 index 76783e479..669a27525 100644 --- a/doc/lightning-close.7 +++ b/doc/lightning-close.7 @@ -35,7 +35,7 @@ negotiation is performed assuming the peer proposes a fee that is different than our estimate\. On every negotiation step we must give up some amount from our proposal towards the peer's proposal\. This parameter can be an integer in which case it is interpreted as number of satoshis -to step at a time\. Or it can be an integer followed by "%s" to designate +to step at a time\. Or it can be an integer followed by "%" to designate a percentage of the interval to give up\. A few examples, assuming the peer proposes a closing fee of 3000 satoshi and our estimate shows it must be 4000: diff --git a/doc/lightning-close.7.md b/doc/lightning-close.7.md index 7bb055382..339ad29cf 100644 --- a/doc/lightning-close.7.md +++ b/doc/lightning-close.7.md @@ -33,7 +33,7 @@ negotiation is performed assuming the peer proposes a fee that is different than our estimate. On every negotiation step we must give up some amount from our proposal towards the peer's proposal. This parameter can be an integer in which case it is interpreted as number of satoshis -to step at a time. Or it can be an integer followed by "%s" to designate +to step at a time. Or it can be an integer followed by "%" to designate a percentage of the interval to give up. A few examples, assuming the peer proposes a closing fee of 3000 satoshi and our estimate shows it must be 4000: * "10": our next proposal will be 4000-10=3990.