From ef322df7a6d2feac85d0da9e58d3ad895d498cf2 Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Sun, 12 Mar 2023 16:13:52 +0100 Subject: [PATCH] currencyrate: fix usage type The actual rate command is `currencyrates` (plural!). I just fixed the README.md, however it would be better to have the plugins name `currencyrate` aligned with its main method to circumvent users having issues trying around with a new plugin. @rusty: maybe we add a method `currencyrate` (w/o plural) that simply calls `currencyrates`... --- currencyrate/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/currencyrate/README.md b/currencyrate/README.md index 44f5153..1de222b 100644 --- a/currencyrate/README.md +++ b/currencyrate/README.md @@ -22,10 +22,10 @@ options multiple times to add or disable multiple sources. ## Commands -`currencyrate` returns the number of msats per unit from every backend, eg: +`currencyrates` returns the number of msats per unit from every backend, eg: ``` -$ lightning-cli currencyrate USD +$ lightning-cli currencyrates USD { "localbitcoins": "5347227msat", "bitstamp": "5577515msat",