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 @@ -8480,8 +8480,8 @@ impl<SP: Deref> OutboundV1Channel<SP> where SP::Target: SignerProvider {
8480
8480
return Err((self, ChannelError::close("Received funding_signed in strange state!".to_owned())));
8481
8481
}
8482
8482
let mut holder_commitment_point = self.unfunded_context.holder_commitment_point
8483
- .expect("Holder commitment must be Some by the time we receive funding_created ");
8484
- self.context.assert_no_commitment_advancement(holder_commitment_point.transaction_number(), "funding_created ");
8483
+ .expect("Holder commitment must be Some by the time we receive funding_signed ");
8484
+ self.context.assert_no_commitment_advancement(holder_commitment_point.transaction_number(), "funding_signed ");
8485
8485
8486
8486
let (channel_monitor, _) = match self.initial_commitment_signed(
8487
8487
self.context.channel_id(), msg.signature,
You can’t perform that action at this time.
0 commit comments