mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
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:
parent
335ef3fb69
commit
bf71d250a7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user