Skip to content

Commit d745489

Browse files
ConorOkustnull
andauthored
Update docs/building-a-node-with-ldk/setting-up-a-channel-manager.md
Co-authored-by: Elias Rohrer <[email protected]>
1 parent 5763d65 commit d745489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building-a-node-with-ldk/setting-up-a-channel-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setting up a ChannelManager
22

3-
The ChannelManager is responsible for several tasks related to managing channel state. This includes keeping track of many channels, sending messages to appropriate channels, creating channels and more.
3+
The `ChannelManager` is responsible for several tasks related to managing channel state. This includes keeping track of many channels, sending messages to appropriate channels, creating channels and more.
44

55
## Adding a ChannelManager
66

0 commit comments

Comments
 (0)