core-lightning/plugins
Antoine Poinsot 3fc77730be bcli: don't log failed sendrawtransaction attempts twice
They are already logged both in bcli, and in lightningd.
This just adds a lot of noise to the logs. We keep successed attempts
though for the tests.

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2020-04-30 19:27:54 -05:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
autoclean.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
bcli.c bcli: don't log failed sendrawtransaction attempts twice 2020-04-30 19:27:54 -05:00
fundchannel.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
keysend.c plugins: simplify htlc_accepted hook payload-setting API. 2020-04-16 18:03:35 +09:30
libplugin.c libplugin: It's featurebits, not features 2020-04-28 10:39:07 -05:00
libplugin.h libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
Makefile wire: Add a function to serialize a raw set of TLV fields 2020-04-16 18:03:35 +09:30
pay.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00

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).