lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

Eventually drop peers from the ignore list #117

Open tnull opened 8 months ago

tnull commented 8 months ago

In #116 we introduced the notion of a ignore list to which peers are added that send us bogus data (rather than disconnecting them, which could result in also disconnecting any operational channels).

While the list is currently not persisted, we eventually will, at which point it will be all the more necessary to give peers a second chance after a certain time interval.