We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f18a commit 3904948Copy full SHA for 3904948
docs/getting_started.md
@@ -27,9 +27,9 @@ found by searching [the Rust docs](https://docs.rs/lightning/0.0.12/lightning/in
27
## Architecture
28

29
30
-The big blue box in the center contains all of LDK's core objects.
31
-
32
-The green boxes on the outside of the big blue box and Data Storage are all of LDK's batteries that must be provided.
+LDK's core components are shown in the center box labeled `lightning`. Boxes
+with dotted borders are LDK's batteries — these must be configured with either
+off-the-shelf or custom implementations that you provide.
33
34
## LDK Batteries
35
0 commit comments