TODO already cleaned by #16
authorAntoine Riard <ariard@student.42.fr>
Fri, 13 Jul 2018 02:49:06 +0000 (02:49 +0000)
committerAntoine Riard <ariard@student.42.fr>
Fri, 13 Jul 2018 02:51:45 +0000 (02:51 +0000)
src/ln/channelmanager.rs

index 991c3e54f1d5c66ad741b836d61e582b7460918a..13f38c431c1c92bfacbc27aa578c82f1a810a471 100644 (file)
@@ -744,7 +744,6 @@ impl ChannelManager {
                                                        for forward_info in pending_forwards {
                                                                failed_forwards.push((forward_info.payment_hash, 0x4000 | 10, None));
                                                        }
-                                                       // TODO: Send a failure packet back on each pending_forward
                                                        continue;
                                                }
                                        };