Skip to content

Commit 55f5ce0

Browse files
authored
Merge pull request #46 from ariard/useless_todo_channelmanager
TODO already cleaned by #16
2 parents 48b0d99 + f5b4810 commit 55f5ce0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ln/channelmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,6 @@ impl ChannelManager {
744744
for forward_info in pending_forwards {
745745
failed_forwards.push((forward_info.payment_hash, 0x4000 | 10, None));
746746
}
747-
// TODO: Send a failure packet back on each pending_forward
748747
continue;
749748
}
750749
};

0 commit comments

Comments
 (0)