Skip to content

Commit de5e256

Browse files
ConorOkustnull
andauthored
Fixes import
Co-authored-by: Elias Rohrer <[email protected]>
1 parent b1569c3 commit de5e256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/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
@@ -10,7 +10,7 @@ To add a `ChannelManager` to your application, run:
1010
<template v-slot:rust>
1111

1212
```rust
13-
use lightning::ln::channelmanager;
13+
use lightning::ln::channelmanager::ChannelManager;
1414

1515
let channel_manager = ChannelManager::new(
1616
&fee_estimator,

0 commit comments

Comments
 (0)