File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
## LDK Architecture
2
2
![ LDK Architecture] ( ../assets/ldk-architecture.svg )
3
3
4
- LDK's core components are shown in the center box labeled ` lightning ` . Boxes
5
- with dotted borders are LDK's batteries — these must be configured with either
4
+ LDK's core components are shown in the center box labeled ` lightning ` . The boxes
5
+ with dotted borders are LDK's modules — these must be configured with either
6
6
off-the-shelf or custom implementations that you provide.
7
7
8
- EventHandler in the diagram is not so much a necessary LDK battery , but instead
8
+ ` EventHandler ` in the diagram is not so much a necessary LDK module , but instead
9
9
refers to the fact that LDK generates events that the user should handle (e.g.
10
- the ` PaymentReceived ` event).
10
+ the ` PaymentReceived ` event).
You can’t perform that action at this time.
0 commit comments