rgb-cln/plugins
lisa neigut 963a1da958 addr: handle P2SH/P2PKH in scriptpubkey encoding
Previously, returned null if a scriptpubkey was not Segwit; now
handles encoding to Base58 for other types.
2019-11-13 03:31:20 +00:00
..
.gitignore plugins/.gitignore: Add `fundchannel` entry 2019-09-17 21:05:51 +02:00
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +00:00
README.md plugins: add and install built-in plugin dir, add clear and disable options. 2018-12-05 01:22:55 +01:00
autoclean.c plugins: Return `command_param_failed()` if `param()` fail 2019-09-19 01:07:11 +00:00
fundchannel.c addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +00:00
libplugin.c elements: Remove global is_elements variable in favor of chainparams 2019-10-03 04:32:57 +00:00
libplugin.h TAGS: reformat to fix when PRINTF_FMT() used. 2019-11-01 17:27:20 -05:00
pay.c pay: add a dev-only parameter to deactivate shadow routing 2019-11-08 03:27:58 +00:00

README.md

Plugin Directory

Anything file in this directory which is executable and doesn't start and doesn't contain ASCII symbols other than '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).