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.
This commit is contained in:
lightning-developer 2021-12-08 23:12:43 +01:00 committed by Rusty Russell
parent 335ef3fb69
commit bf71d250a7

View File

@ -13,14 +13,6 @@ bool check_ping_make_pong(const tal_t *ctx, const u8 *ping, u8 **pong)
return false; return false;
tal_free(ignored); 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: /* BOLT #1:
* *
* A node receiving a `ping` message: * A node receiving a `ping` message: