Skip to content

Commit eb7ca72

Browse files
author
Conor Okus
committed
Copy update
1 parent d745489 commit eb7ca72

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
@@ -1219,7 +1219,7 @@ func getSnapshot(lastSyncTimeStamp: UInt32) -> [UInt8]? {
12191219

12201220
</CodeSwitcher>
12211221

1222-
**Implementation notes:** this struct is not required if you are providing your own routes. It will be used internally in `ChannelManager` to build a `NetworkGraph`. Other networking options are: `LDKNetwork_Bitcoin`, `LDKNetwork_Regtest` and `LDKNetwork_Testnet`
1222+
**Implementation notes:** this struct is not required if you are providing your own routes. It will be used internally in `ChannelManager` to build a `NetworkGraph`. Network options include: `Mainnet`,`Regtest`,`Testnet`,`Signet`
12231223

12241224
**Dependencies:** `Logger`
12251225

0 commit comments

Comments
 (0)