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

Display the wrong status on the channel tables #10

Open
vincenzopalazzo opened this issue Jul 27, 2021 · 0 comments
Open

Display the wrong status on the channel tables #10

vincenzopalazzo opened this issue Jul 27, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vincenzopalazzo
Copy link
Member

Is possible open a new channel with a peer that I have the channel close a few second before, in this case, the dashboard will display the wrong status.

This is the JSON payload example

 {
         "peer_id": "02c16cca44562b590dd279c942200bdccfd4f990c3a69fad620c10ef2f8228eaff",
         "connected": false,
         "state": "ONCHAIN",
         "short_channel_id": "685552x546x0",
         "channel_sat": 193292,
         "our_amount_msat": "193292000msat",
         "channel_total_sat": 393469,
         "amount_msat": "393469000msat",
         "funding_txid": "d9b74f66afba6837fe94e8271f4a1f9f7efa1e253d7ed8328024978bd698dd5c",
         "funding_output": 0
      },
      {
         "peer_id": "02c16cca44562b590dd279c942200bdccfd4f990c3a69fad620c10ef2f8228eaff",
         "connected": true,
         "state": "CHANNELD_NORMAL",
         "short_channel_id": "692871x631x0",
         "channel_sat": 453311,
         "our_amount_msat": "453311000msat",
         "channel_total_sat": 453311,
         "amount_msat": "453311000msat",
         "funding_txid": "bcf146453ea36ee6b0c5e5d3b0a86c95f80a6ce33d01a611c29f52950ab82938",
         "funding_output": 0
      },

How it is shows!

Selection_056

@vincenzopalazzo vincenzopalazzo added the bug Something isn't working label Jul 27, 2021
@vincenzopalazzo vincenzopalazzo self-assigned this Jul 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant