You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In lightningdevkit/lightning-liquidity#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.