rust-lightning/lightning/src
Wilmer Paulino e6348b8931
Require inbound channels with anchor outputs to be accepted manually
Since the use of channels with anchor outputs requires a reserve of
onchain funds to handle channel force closures, it would be
irresponsible to allow a node to accept inbound channel without first
consulting such reserves. To allow users to do so, we require such
channels be manually accepted.
2023-06-23 15:57:46 -07:00
..
blinded_path Move keysinterface.rs to a directory-level module called sign. 2023-05-02 21:48:08 -07:00
chain Remove anchors config flag 2023-06-23 13:32:08 -07:00
events Remove anchors config flag 2023-06-23 13:32:08 -07:00
ln Require inbound channels with anchor outputs to be accepted manually 2023-06-23 15:57:46 -07:00
offers Merge pull request #2120 from valentinewallace/2023-03-blinded-pathfinding 2023-06-20 15:51:59 +00:00
onion_message Reduce log level of potential noisy log statement 2023-06-13 13:07:49 -05:00
routing Implement routing to blinded payment paths 2023-06-19 09:54:25 -04:00
sign Remove anchors config flag 2023-06-23 13:32:08 -07:00
sync Merge pull request #2167 from TheBlueMatt/2023-04-monitor-e-monitor-prep 2023-05-31 22:48:34 +00:00
util Require inbound channels with anchor outputs to be accepted manually 2023-06-23 15:57:46 -07:00
lib.rs Ensure we build if a downstream crate sets --cfg=fuzzing 2023-06-20 23:22:15 +00:00