X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fln%2Fchannel.rs;h=4565b243710e40b6950a696c53e6467c2ffcbafb;hb=c3362a122e95e9c7cf0280602f736f435a37f734;hp=536d107dc46d4f2bde0df21c5a11493b595e545d;hpb=fd141bbed2a900070cbecf7ef9f22e377e1f353f;p=rust-lightning diff --git a/src/ln/channel.rs b/src/ln/channel.rs index 536d107d..4565b243 100644 --- a/src/ln/channel.rs +++ b/src/ln/channel.rs @@ -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,