Skip to content

Commit 46f60cb

Browse files
author
Conor Okus
committed
Adds opening a channel page
1 parent dee34ff commit 46f60cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/building-a-node-with-ldk/opening-a-channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Now that you have a peer, you can open a channel with them using `ChannelManager
66

77
- the amount in sats to use when funding the channel,
88
- any msats to push to your peer,
9-
- an id which is given back in the `FundingGenerationReady` event, and
9+
- an id which is given back in the `FundingGenerationReady` event,
1010
- an optional `UserConfig` for overriding `ChannelManager` defaults
1111

1212
Channels can be announced to the network or can remain private, which is controlled via `UserConfig::announced_channel`.

0 commit comments

Comments
 (0)