Guest User

Untitled

a guest
Oct 30th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. umbrel@umbrel:~ $ docker exec -it lightning_lnd_1 lncli pendingchannels
  2. {
  3. "total_limbo_balance": "0",
  4. "pending_open_channels": [
  5. ],
  6. "pending_closing_channels": [
  7. ],
  8. "pending_force_closing_channels": [
  9. ],
  10. "waiting_close_channels": [
  11. {
  12. "channel": {
  13. "remote_node_pub": "03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f",
  14. "channel_point": "2168a60404009ba74d352ce638fa2c350ba447027bba20f0e708125b569d2c0b:1",
  15. "capacity": "10000000",
  16. "local_balance": "0",
  17. "remote_balance": "0",
  18. "local_chan_reserve_sat": "0",
  19. "remote_chan_reserve_sat": "0",
  20. "initiator": "INITIATOR_LOCAL",
  21. "commitment_type": "ANCHORS",
  22. "num_forwarding_packages": "0",
  23. "chan_status_flags": "ChanStatusRestored",
  24. "private": true
  25. },
  26. "limbo_balance": "0",
  27. "commitments": {
  28. "local_txid": "",
  29. "remote_txid": "",
  30. "remote_pending_txid": "",
  31. "local_commit_fee_sat": "0",
  32. "remote_commit_fee_sat": "0",
  33. "remote_pending_commit_fee_sat": "0"
  34. },
  35. "closing_txid": ""
  36. },
  37. {
  38. "channel": {
  39. "remote_node_pub": "03d64e760b4af3698e51eb7ed7d97fbbae41f8cd28c0bcb6851c21207922f6697d",
  40. "channel_point": "d95aca155a334cb262fd14c858bcf94b9666a2bfb8d9c4dfce3d9f9de752b51a:0",
  41. "capacity": "5000000",
  42. "local_balance": "0",
  43. "remote_balance": "0",
  44. "local_chan_reserve_sat": "0",
  45. "remote_chan_reserve_sat": "0",
  46. "initiator": "INITIATOR_LOCAL",
  47. "commitment_type": "STATIC_REMOTE_KEY",
  48. "num_forwarding_packages": "0",
  49. "chan_status_flags": "ChanStatusLocalDataLoss|ChanStatusRestored",
  50. "private": true
  51. },
  52. "limbo_balance": "0",
  53. "commitments": {
  54. "local_txid": "",
  55. "remote_txid": "",
  56. "remote_pending_txid": "",
  57. "local_commit_fee_sat": "0",
  58. "remote_commit_fee_sat": "0",
  59. "remote_pending_commit_fee_sat": "0"
  60. },
  61. "closing_txid": ""
  62. }
  63. ]
  64. }
Advertisement
Add Comment
Please, Sign In to add comment