rgb-cln/plugins
Christian Decker a696c8417e fundchannel: Remove the now disabled deprecated `satoshi` param
While we removed the `satoshi` param in #3603 it appears that the
`fundchannel` plugin was still passing it to the `fundchannel_start`
call. This fixes up the help text. Notice that technically the help text
changes the param name, but since it was internally always called `amount`
this change doesn't break the API, the help was just wrong.
2020-04-11 08:43:06 +09:30
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
Makefile fix: adds bcli plugin to check-source targets 2020-03-04 14:04:51 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c libplugin: generalize the plugin_timer callback type 2020-02-12 11:45:07 +10:30
bcli.c bcli: use a more urgent feerate for HTLCs and penalty transactions 2020-04-01 23:02:47 -05:00
fundchannel.c fundchannel: Remove the now disabled deprecated `satoshi` param 2020-04-11 08:43:06 +09:30
libplugin.c libplugin: fix compilation issue on recent gccs. 2020-04-07 20:49:58 -05:00
libplugin.h libplugin: demarshal and stash the feature set given by lightningd. 2020-04-03 13:13:21 +10:30
pay.c common/json_stream.c: Implement a `json_add_jsonstr` to add already-JSON strings to `json_stream` objects. 2020-04-09 14:09:23 +09:30

README.md

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).