rust-lightning/lightning/src
Matt Corallo 25f4a54a2b Explicitly support counterparty setting 0 channel reserve
A peer providing a channel_reserve_satoshis of 0 (or less than our
dust limit) is insecure, but only for them. Because some LSPs do it
with some level of trust of the clients (for a substantial UX
improvement), we explicitly allow it. Because its unlikely to
happen often in normal testing, we test it explicitly here.
2021-11-29 16:57:21 +00:00
..
chain Add anchor support to build_htlc_transaction 2021-11-23 08:05:16 -08:00
ln Explicitly support counterparty setting 0 channel reserve 2021-11-29 16:57:21 +00:00
routing Merge pull request #1168 from TheBlueMatt/2021-11-mpp-routing-fixes 2021-11-22 21:55:06 +00:00
util Merge pull request #1162 from TheBlueMatt/2021-11-fix-accept-chan-checks 2021-11-23 20:46:38 +00:00
lib.rs Rename no_std feature to no-std 2021-08-03 18:53:33 +02:00
sync.rs Implement dummy Mutex, Condvar and RwLock 2021-07-20 20:59:18 +02:00