Skip to content

Commit 19e77ed

Browse files
committed
f drop stale comment
1 parent a6e4f17 commit 19e77ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8219,8 +8219,6 @@ where
82198219
const MISSING_MON_ERROR: &'static str =
82208220
"If we're going to claim an HTLC against a channel, we should always have *some* state for the channel, even if just the latest ChannelMonitor update_id. This failure indicates we need to claim an HTLC from a channel for which we did not have a ChannelMonitor at startup and didn't create one while running.";
82218221

8222-
// Note here that `peer_state_opt` is always `Some` if `prev_hop.counterparty_node_id` is
8223-
// `Some`. This is relied on in the closed-channel case below.
82248222
let mut peer_state_lock = per_peer_state
82258223
.get(&prev_hop.counterparty_node_id)
82268224
.map(|peer_mutex| peer_mutex.lock().unwrap())

0 commit comments

Comments
 (0)