We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257ee89 commit cfefd87Copy full SHA for cfefd87
lightning/src/ln/channel.rs
@@ -8302,6 +8302,8 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
8302
holder_commitment_point: HolderCommitmentPoint::new(&context.holder_signer, &context.secp_ctx),
8303
};
8304
8305
+ // We initialize `signer_pending_open_channel` to false, and leave setting the flag
8306
+ // for when we try to generate the open_channel message.
8307
let chan = Self { context, unfunded_context, signer_pending_open_channel: false };
8308
Ok(chan)
8309
}
0 commit comments