Commit Graph

4 Commits

Author SHA1 Message Date
Michael Schmoock
ef322df7a6 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`...
2023-03-15 17:56:10 +01:00
Rusty Russell
f16b78996f currencyrate: add three new sources, git credit in README.md
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-14 18:35:49 +01:00
Rusty Russell
02287e194d currencyrate: support multiple options for recent lightningd.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-14 18:35:49 +01:00
Rusty Russell
db5ca7f64a currencyrate: new plugin to do currency conversions.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-01-14 18:35:49 +01:00