Skip to content

Commit 6b37ba3

Browse files
committed
f typo
1 parent 46d3c4b commit 6b37ba3

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
@@ -74,7 +74,7 @@ enum FeeUpdateState {
7474
// the fee update anywhere, we can simply consider the fee update `Committed` immediately
7575
// instead of setting it to AwaitingAnnouncedRemoteRevoke.
7676

77-
// Inbound state can only be `LocalAnnounced` or `Committed`
77+
// Outbound state can only be `LocalAnnounced` or `Committed`
7878
Outbound,
7979
}
8080

0 commit comments

Comments
 (0)