We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a880794 commit 5b5b34bCopy full SHA for 5b5b34b
lightning/src/ln/channel.rs
@@ -1095,7 +1095,7 @@ impl<Signer: Sign> Channel<Signer> {
1095
return Err(ChannelError::Close("Channel Type was not understood".to_owned()));
1096
}
1097
1098
- if *channel_type.requires_scid_privacy() && announced_channel {
+ if channel_type.requires_scid_privacy() && announced_channel {
1099
return Err(ChannelError::Close("SCID Alias/Privacy Channel Type cannot be set on a public channel".to_owned()));
1100
1101
0 commit comments