Skip to content

Commit 21cdd26

Browse files
committed
f more details
1 parent 273a3bf commit 21cdd26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,8 +2333,9 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
23332333
chan_update.write(&mut res).expect("Writes cannot fail");
23342334
} else if code & 0x1000 == 0x1000 {
23352335
// If we're trying to return an error that requires a `channel_update` but
2336-
// we're forwarding to a phantom "channel" (i.e. cannot generate an
2337-
// update), just use the generic "temporary_node_failure" instead.
2336+
// we're forwarding to a phantom or intercept "channel" (i.e. cannot
2337+
// generate an update), just use the generic "temporary_node_failure"
2338+
// instead.
23382339
code = 0x2000 | 2;
23392340
}
23402341
return_err!(err, code, &res.0[..]);

0 commit comments

Comments
 (0)