We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1160034 commit 6c3deafCopy full SHA for 6c3deaf
1 file changed
src/lib.rs
@@ -20,7 +20,7 @@
20
//!
21
//! The primary abstraction of the library is the [`Node`], which can be retrieved by setting up
22
//! and configuring a [`Builder`] to your liking and calling [`build`]. `Node` can then be
23
-//! controlled via commands such as [`start`], [`stop`], [`connect_open_channel`],
+//! controlled via commands such as [`start`], [`stop`], [`open_channel`], [`open_announced_channel`]
24
//! [`send`], etc.:
25
26
//! ```no_run
0 commit comments