core-lightning/cln-rpc
Rusty Russell 4a9b9b8b29 pay: add partial_msat option to make partial payment.
a.k.a. "Pay with a friend!".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: JSON-RPC: `pay` has a new parameter `partial_msat` to only pay part of an invoice (someone else presumably will pay the rest at the same time!)
Suggested-by: Calle
2024-03-20 10:58:28 +10:30
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src pay: add partial_msat option to make partial payment. 2024-03-20 10:58:28 +10:30
Cargo.toml rs: bump crate versions for v24.02.1 2024-03-08 14:53:45 +01:00
Makefile cln-rpc: Update the Makefile to always rebuild each example when the example files themselves are changed 2023-10-30 18:24:23 +01: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