Merge pull request #67 from yuntai/issue_56
[rust-lightning] / src / ln / channel.rs
index 536d107dc46d4f2bde0df21c5a11493b595e545d..4565b243710e40b6950a696c53e6467c2ffcbafb 100644 (file)
@@ -231,7 +231,7 @@ const BOTH_SIDES_SHUTDOWN_MASK: u32 = (ChannelState::LocalShutdownSent as u32 |
 
 // TODO: We should refactor this to be an Inbound/OutboundChannel until initial setup handshaking
 // has been completed, and then turn into a Channel to get compiler-time enforcement of things like
-// calling get_channel_id() before we're set up or things like get_outbound_funding_signed on an
+// calling channel_id() before we're set up or things like get_outbound_funding_signed on an
 // inbound channel.
 pub struct Channel {
        user_id: u64,