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 2c4388e commit 332efd0Copy full SHA for 332efd0
lightning/src/ln/channel.rs
@@ -1396,7 +1396,7 @@ impl<SP: Deref> Channel<SP> where
1396
}
1397
} else {
1398
self.phase = phase;
1399
- Err(ChannelError::NotFound("Failed to find corresponding channel".to_owned()))
+ Err(ChannelError::NotFound("Failed to find corresponding UnfundedOutboundV1 channel".to_owned()))
1400
};
1401
1402
debug_assert!(!matches!(self.phase, ChannelPhase::Undefined));
0 commit comments