mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-20 13:27:36 +02: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> |
||
|---|---|---|
| .. | ||
| bkpr | ||
| clnrest | ||
| examples | ||
| grpc-plugin | ||
| renepay | ||
| spender | ||
| src | ||
| test | ||
| .gitignore | ||
| autoclean.c | ||
| bcli.c | ||
| Cargo.toml | ||
| chanbackup.c | ||
| commando.c | ||
| fetchinvoice.c | ||
| funder.c | ||
| funder_policy.c | ||
| funder_policy.h | ||
| keysend.c | ||
| libplugin-pay.c | ||
| libplugin-pay.h | ||
| libplugin.c | ||
| libplugin.h | ||
| Makefile | ||
| offers.c | ||
| offers.h | ||
| offers_inv_hook.c | ||
| offers_inv_hook.h | ||
| offers_invreq_hook.c | ||
| offers_invreq_hook.h | ||
| offers_offer.c | ||
| offers_offer.h | ||
| pay.c | ||
| README.md | ||
| sql.c | ||
| topology.c | ||
| txprepare.c | ||
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).