Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait longer to pay for channel-opening fee #1052

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Conversation

luckysori
Copy link
Contributor

Fixes #1030.

Waiting for 5 seconds proved insufficient in some cases. In theory we could wait for as long as we want to as this work will happen in the background.

It might still help to redesign this flow so that we just keep retrying if we owe the coordinator for opening the JIT channel, rather
than only trying once after claiming the interceptable payment.

Waiting for 5 seconds proved insufficient in some cases. In theory we
could wait for as long as we want to as this work will happen in the
background.

It might still help to redesign this flow so that we just keep
retrying if we owe the coordinator for opening the JIT channel, rather
than only trying once after claiming the interceptable payment.
@luckysori luckysori self-assigned this Aug 2, 2023
@luckysori luckysori added this pull request to the merge queue Aug 2, 2023
Merged via the queue into main with commit 2e574bf Aug 2, 2023
7 checks passed
@luckysori luckysori deleted the fix/timeout-jit-fee branch August 2, 2023 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Timed-out on waiting for outbound capacity for paying jit channel open fee
2 participants