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 0.1.1 we fixed an issue where if someone relays two identical (hash and amount) HTLCs through us and then force-closes with a stale state we'll only fail-back one of them. We fixed it indirectly by just failing back everything at a timeout, which is fine, but we shouldn't wait to fail these HTLCs back. Further, we should add a test for this.
The text was updated successfully, but these errors were encountered:
In 0.1.1 we fixed an issue where if someone relays two identical (hash and amount) HTLCs through us and then force-closes with a stale state we'll only fail-back one of them. We fixed it indirectly by just failing back everything at a timeout, which is fine, but we shouldn't wait to fail these HTLCs back. Further, we should add a test for this.
The text was updated successfully, but these errors were encountered: