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

Do not fail if FundTransaction was already mined #36

Open
luckysori opened this issue Aug 21, 2020 · 1 comment
Open

Do not fail if FundTransaction was already mined #36

luckysori opened this issue Aug 21, 2020 · 1 comment

Comments

@luckysori
Copy link
Contributor

After completing the channel creation protocol, both parties can broadcast the signed FundingTransaction. If both parties do so, depending on the timing, one might get an error from bitcoind saying that the transaction was already in the blockchain.

This currently fails the protocol as seen here, but it should not.

The same applies to the collaborative channel close protocol.

@bonomat
Copy link
Member

bonomat commented Aug 23, 2020

That was to be expected :)

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

No branches or pull requests

2 participants