Skip to content

Commit b5bee2f

Browse files
f - Lock order tree style fix
1 parent 0754fe2 commit b5bee2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -679,17 +679,17 @@ pub type SimpleRefChannelManager<'a, 'b, 'c, 'd, 'e, M, T, F, L> = ChannelManage
679679
// │ │
680680
// │ │──`id_to_peer`
681681
// │ │
682-
// │ ──`per_peer_state`
682+
// │ ──`per_peer_state`
683683
// │ │
684684
// │ │──`best_block`
685685
// │ │
686-
// │ ──`pending_inbound_payments`
686+
// │ ──`pending_inbound_payments`
687687
// │ │
688-
// │ ──`pending_outbound_payments`
688+
// │ ──`pending_outbound_payments`
689689
// │ │
690-
// │ ──`pending_events`
690+
// │ ──`pending_events`
691691
// │ │
692-
// │ ──`pending_background_events`
692+
// │ ──`pending_background_events`
693693
// │
694694
pub struct ChannelManager<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref>
695695
where M::Target: chain::Watch<Signer>,

0 commit comments

Comments
 (0)