Johan T. Halseth
Johan T. Halseth
Gotcha, yeah looks like it is still unconfirmed there. Can you check the logs, see if it is doing anything at all?
@pinheadmz Are those logs you grepped from the iOS app? What I'm looking for is whether it is able to detect that channel `5c2fba8298178953a5a39fb4c50bf735404b4197af8b050f6c6fcba95150a46c:1` is closed on-chain. If you can...
`2020-08-15 18:08:37.173 [INF] NTFN: New spend subscription: spend_id=1, outpoint=5c2fba8298178953a5a39fb4c50bf735404b4197af8b050f6c6fcba95150a46c:1, height_hint=628915` So it is scanning from a block pretty far back, so it might be that it just takes a long...
@chuanliang Can you try enabling debug logs on the `lnd` node and attempt to open a channel again? This can be done either in the `lnd.conf` file: `debuglevel=debug` or while...
Looks like it might correspond to the error `ErrMaxPendingChannels` https://github.com/lightningnetwork/lnd/blob/master/lnwire/error.go#L24:2 Did the protocol have error codes at some point? Since this is old code that might be outdated. That makes...
Not yet ready for review.
Thanks for the PR! This PR needs some explanation/rationale for the change it is making. Could you add some comments and/or benchmarks to the PR description and commit message?
Working on giving more insights into this, and improve the scoring system! Stay tuned 👀
Fixed by https://github.com/lightninglabs/pool/pull/193 ?