Skip to content

Commit 332efd0

Browse files
committed
f - reword error message
1 parent 2c4388e commit 332efd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ impl<SP: Deref> Channel<SP> where
13961396
}
13971397
} else {
13981398
self.phase = phase;
1399-
Err(ChannelError::NotFound("Failed to find corresponding channel".to_owned()))
1399+
Err(ChannelError::NotFound("Failed to find corresponding UnfundedOutboundV1 channel".to_owned()))
14001400
};
14011401

14021402
debug_assert!(!matches!(self.phase, ChannelPhase::Undefined));

0 commit comments

Comments
 (0)