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 46d3c4b commit 6b37ba3Copy full SHA for 6b37ba3
lightning/src/ln/channel.rs
@@ -74,7 +74,7 @@ enum FeeUpdateState {
74
// the fee update anywhere, we can simply consider the fee update `Committed` immediately
75
// instead of setting it to AwaitingAnnouncedRemoteRevoke.
76
77
- // Inbound state can only be `LocalAnnounced` or `Committed`
+ // Outbound state can only be `LocalAnnounced` or `Committed`
78
Outbound,
79
}
80
0 commit comments