mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
It will usually be freed by the call to pay_flow_finished_adding_gossip. ``` cln-renepay: FATAL SIGNAL 6 (version 862dac2-modded) 0x561f232f32f8 call_error /home/runner/work/lightning/lightning/ccan/ccan/tal/tal.c:95 0x561f232f3df8 check_bounds /home/runner/work/lightning/lightning/ccan/ccan/tal/tal.c:169 0x561f232f2281 to_tal_hdr /home/runner/work/lightning/lightning/ccan/ccan/tal/tal.c:179 0x561f232f2189 tal_free /home/runner/work/lightning/lightning/ccan/ccan/tal/tal.c:514 0x561f2327f801 addgossip_done /home/runner/work/lightning/lightning/plugins/renepay/pay.c:170 0x561f23292d9b handle_rpc_reply /home/runner/work/lightning/lightning/plugins/libplugin.c:871 0x561f23292a90 rpc_read_response_one /home/runner/work/lightning/lightning/plugins/libplugin.c:1048 0x561f23292811 rpc_conn_read_response /home/runner/work/lightning/lightning/plugins/libplugin.c:1072 0x561f232dc0f2 next_plan /home/runner/work/lightning/lightning/ccan/ccan/io/io.c:59 ``` Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
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).