Skip to content

Commit b516960

Browse files
committed
f drop additional unused TODO
1 parent c39c13d commit b516960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/peer_handler.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,6 @@ impl<Descriptor: SocketDescriptor, CM: Deref, RM: Deref, L: Deref> PeerManager<D
10791079
log_trace!(self.logger, "Handling SendFundingSigned event in peer_handler for node {} for channel {}",
10801080
log_pubkey!(node_id),
10811081
log_bytes!(msg.channel_id));
1082-
// TODO: If the peer is gone we should generate a DiscardFunding event
1083-
// indicating to the wallet that they should just throw away this funding transaction
10841082
let (mut descriptor, peer) = get_peer_for_forwarding!(node_id);
10851083
peer.pending_outbound_buffer.push_back(peer.channel_encryptor.encrypt_message(&encode_msg!(msg)));
10861084
self.do_attempt_write_data(&mut descriptor, peer);

0 commit comments

Comments
 (0)