Skip to content

Commit ba13ac6

Browse files
committed
f Moar wrapping
1 parent 8be7555 commit ba13ac6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,14 @@ Crates
3535
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
3636
4. [lightning-invoice](./lightning-invoice)
3737
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.
3940
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.
4346
6. [lightning-persister](./lightning-persister)
4447
Implements utilities to manage Rust-Lightning channel data persistence and retrieval.
4548
Persisting channel data is crucial to avoiding loss of channel funds.

0 commit comments

Comments
 (0)