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

Cannot create a new channel after an existing channel closes #61

Closed
tdaede opened this issue Oct 27, 2016 · 2 comments
Closed

Cannot create a new channel after an existing channel closes #61

tdaede opened this issue Oct 27, 2016 · 2 comments

Comments

@tdaede
Copy link

tdaede commented Oct 27, 2016

When trying to fund the new channel with a new tx, I get this error:

$ daemon/lightning-cli connect 159.203.218.14 6331 0100000001ae6aeaf3d1d5816434c2d68dc0fdd3f18abb8e59f4aa395e5129fc839704fceb0000000069463043021f3e7ef0460bea192e1364e65d40f4a94c807c8da1f5cc2335ec37bda953fdc10220678c5ca1e88e040bfe96c0b3b275d6b3cb55d6b4dd54bd67ed274f324a84fd32012103e4aea51a6b3bf1398135755e40c189016e10d7ae8d86093065fcb4376ae00374feffffff0240420f000000000017a914c195cfe511e78c115e5e8691b9f2d8520dedad2987dee23d05000000001976a9143f084e3f34e852b928abf7629ee9252b722e8d0888ac75740f00
"Already connected to peer 032282512a55842274728d58d371e1186a558071d6de509e32e5d6e765b0d3da7b"

This is the state of the peer:

        { "name" : "032282512a55842274728d58d371e1186a558071d6de509e32e5d6e765b0d3da7b:", "state" : "STATE_CLOSE_ONCHAIN_OUR_UNILATERAL", "peerid" : "032282512a55842274728d58d371e1186a558071d6de509e32e5d6e765b0d3da7b", "connected" : false, "our_amount" : 3924280000, "our_fee" : 67599999, "their_amount" : 0, "their_fee" : 1, "our_htlcs" : 
            [  ], "their_htlcs" : 
            [  ] }, 
@cdecker
Copy link
Member

cdecker commented Nov 5, 2016

That would suggest that one of the two endpoints is still waiting for the closing transaction to be buried deep enough, before it forgets about its old channel.

@cdecker cdecker added the legacy label Feb 20, 2017
@cdecker
Copy link
Member

cdecker commented Sep 6, 2017

Closing since the legacy daemon has been removed.

@cdecker cdecker closed this as completed Sep 6, 2017
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