core-lightning/cln-rpc
Rusty Russell cafa1a8c65 db: correctly migrate forwards for closed incoming channels.
We have to allow them (as otherwise `fees_collected_msat` in getinfo breaks),
but it means that actually, in_htlc_id might be missing in listforwards
(also, out_htlc_id might be missing, which we didn't catch before).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Fixes: #5628
2022-09-27 14:42:03 +09:30
..
examples cln-rpc: Test that we forward errors correctly 2022-04-02 09:46:01 +10:30
src db: correctly migrate forwards for closed incoming channels. 2022-09-27 14:42:03 +09:30
Cargo.toml Use secp256k1 for public key type 2022-09-26 22:05:30 +02:00
Makefile Makefile: fix msggen regeneration when schemas change. 2022-09-14 17:46:43 +02:00
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning