File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ pub struct OpenChannel {
196
196
pub shutdown_scriptpubkey : OptionalField < Script > ,
197
197
/// The channel type that this channel will represent
198
198
///
199
- /// If this is [`OptionalField::Absent`] , we derive the channel type from the intersection of our
199
+ /// If this is `None` , we derive the channel type from the intersection of our
200
200
/// feature bits with our counterparty's feature bits from the [`Init`] message.
201
201
pub channel_type : Option < ChannelTypeFeatures > ,
202
202
}
@@ -238,7 +238,7 @@ pub struct AcceptChannel {
238
238
pub shutdown_scriptpubkey : OptionalField < Script > ,
239
239
/// The channel type that this channel will represent.
240
240
///
241
- /// If this is [`OptionalField::Absent`] , we derive the channel type from the intersection of
241
+ /// If this is `None` , we derive the channel type from the intersection of
242
242
/// our feature bits with our counterparty's feature bits from the [`Init`] message.
243
243
/// This is required to match the equivalent field in [`OpenChannel::channel_type`].
244
244
pub channel_type : Option < ChannelTypeFeatures > ,
You can’t perform that action at this time.
0 commit comments