File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,14 @@ Crates
35
35
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
36
36
4 . [ lightning-invoice] ( ./lightning-invoice )
37
37
Data structures to parse and serialize
38
- [ BOLT #11 ] ( https://github.com/lightning/bolts/blob/master/11-payment-encoding.md ) Lightning invoices.
38
+ [ BOLT #11 ] ( https://github.com/lightning/bolts/blob/master/11-payment-encoding.md )
39
+ Lightning invoices.
39
40
5 . [ lightning-net-tokio] ( ./lightning-net-tokio )
40
- Implementation of the rust-lightning network stack using the [ Tokio] ( https://github.com/tokio-rs/tokio ) ` async ` runtime.
41
- For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes,
42
- this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
41
+ Implementation of the rust-lightning network stack using the
42
+ [ Tokio] ( https://github.com/tokio-rs/tokio ) ` async ` runtime. For Rust-Lightning
43
+ clients which wish to make direct connections to Lightning P2P nodes, this is
44
+ a simple alternative to implementing the required network stack, especially
45
+ for those already using Tokio.
43
46
6 . [ lightning-persister] ( ./lightning-persister )
44
47
Implements utilities to manage Rust-Lightning channel data persistence and retrieval.
45
48
Persisting channel data is crucial to avoiding loss of channel funds.
You can’t perform that action at this time.
0 commit comments