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
Instead of initializing the channel balance with 0, use paychan.balance. If an attacker gets the connector to somehow forget the cached channel details, the attacker could reuse an old channel with balance > 0.
Instead of initializing the channel balance with 0, use
paychan.balance. If an attacker gets the connector to somehow forget the cached channel details, the attacker could reuse an old channel with balance > 0.