Remove fuzz channel_target.
[rust-lightning] / src / ln / channel.rs
index bc1e8b45dc3d5b8b98528816420d2c05f4fdb201..b207baa9fe9c08162197f1896cff81709fd84b24 100644 (file)
@@ -263,7 +263,7 @@ const INITIAL_COMMITMENT_NUMBER: u64 = (1 << 48) - 1;
 // has been completed, and then turn into a Channel to get compiler-time enforcement of things like
 // calling channel_id() before we're set up or things like get_outbound_funding_signed on an
 // inbound channel.
-pub struct Channel {
+pub(super) struct Channel {
        user_id: u64,
 
        channel_id: [u8; 32],