Skip to content

Commit 1d20f2b

Browse files
Code review comments
Addressed the review comments.
1 parent 4d0bc19 commit 1d20f2b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,20 @@ Communications for Rust-Lightning and Lightning Development Kit happens through
3636
Crates
3737
-----------
3838
1. [lightning](./lightning)
39-
A Bitcoin Lightning library in Rust.
40-
Does most of the hard work, without implying a specific runtime, requiring clients implement basic
41-
network logic, chain interactions and disk storage.
39+
The Core of the LDK library, implements the lightning protocol, channel state machine,
40+
and on-chain logic. Supports no-std and exposes on relatively low-level interfaces.
4241
2. [lightning-background-processor](./lightning-background-processor)
43-
Utilities to perform required background tasks for Rust Lightning.
42+
Utilities to perform required background tasks for Rust Lightning.
4443
3. [lightning-block-sync](./lightning-block-sync)
45-
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
44+
Utilities to fetch the chain data from a block source and feed them into Rust Lightning.
4645
4. [lightning-invoice](./lightning-invoice)
47-
Data structures to parse and serialize BOLT11 lightning invoices.
46+
Data structures to parse and serialize BOLT11 lightning invoices.
4847
5. [lightning-net-tokio](./lightning-net-tokio)
49-
Implementation of the rust-lightning network stack using Tokio.
50-
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes,
51-
this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
48+
Implementation of the rust-lightning network stack using Tokio.
49+
For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes,
50+
this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
5251
6. [lightning-persister](./lightning-persister)
53-
Utilities to manage Rust-Lightning channel data persistence and retrieval.
52+
Utilities to manage Rust-Lightning channel data persistence and retrieval.
5453

5554
About
5655
-----------

0 commit comments

Comments
 (0)