From da676baac4209ce57c40484e4f4109bea4e128b5 Mon Sep 17 00:00:00 2001 From: darosior Date: Sun, 16 Jun 2019 20:07:57 +0200 Subject: [PATCH] plugins doc: remove the 'only string options' warning int and bool are now also accepted ! :) --- doc/PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index 089da25e7..f8259048e 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -88,7 +88,7 @@ this example: The `options` will be added to the list of command line options that `lightningd` accepts. The above will add a `--greeting` option with a default value of `World` and the specified description. *Notice that -currently only string options are supported.* +currently string, (unsigned) integers, and bool options are supported.* The `rpcmethods` are methods that will be exposed via `lightningd`'s JSON-RPC over Unix-Socket interface, just like the builtin