mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
plugins doc: remove the 'only string options' warning
int and bool are now also accepted ! :)
This commit is contained in:
parent
5e3690b3c5
commit
da676baac4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user