From bf71d250a78dc9359e20324931b852133f47d691 Mon Sep 17 00:00:00 2001 From: lightning-developer <95319454+lightning-developer@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:12:43 +0100 Subject: [PATCH] Removed FIXME to match bolts PR 918 If PR 918 is merged to the bolts this requirement will be dropped from the spec and we do not need to have a FIXME in the code base. --- common/ping.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/ping.c b/common/ping.c index e7a32eebd..9ff545ec9 100644 --- a/common/ping.c +++ b/common/ping.c @@ -13,14 +13,6 @@ bool check_ping_make_pong(const tal_t *ctx, const u8 *ping, u8 **pong) return false; tal_free(ignored); - /* FIXME: */ - /* BOLT #1: - * - * A node receiving a `ping` message: - * - SHOULD fail the channels if it has received significantly in - * excess of one `ping` per 30 seconds. - */ - /* BOLT #1: * * A node receiving a `ping` message: