rgb-cln/plugins
Rusty Russell e940d953bd fundchannel_start: We can't deprecate 'satoshi' here, since 'amount' wasn't sent
So we can't tell people they should use amount, until v0.8.2 is
released.  Another 6 months before we can deprecated the 'satoshi'
field here :(

Fixes: d149ba2f3a
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Fixed: JSON: `fundchannel_start` returns `amount` even when deprecated APIs are enabled.
Changelog-Deprecated: JSON: `fundchannel_start` `satoshi` field really deprecated now (use `amount`).
2020-03-30 12:47:01 +02:00
..
.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: register --dev-max-fee-multiplier on our side 2020-03-30 20:17:18 +10:30
fundchannel.c fundchannel_start: We can't deprecate 'satoshi' here, since 'amount' wasn't sent 2020-03-30 12:47:01 +02:00
libplugin.c libplugin: allow u32 options 2020-03-30 20:17:18 +10:30
libplugin.h libplugin: allow u32 options 2020-03-30 20:17:18 +10:30
pay.c common: tal_dup_talarr() helper. 2020-02-27 14:16:16 +10: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).