Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- umbrel@umbrel:~ $ docker exec -it lightning_lnd_1 lncli pendingchannels
- {
- "total_limbo_balance": "0",
- "pending_open_channels": [
- ],
- "pending_closing_channels": [
- ],
- "pending_force_closing_channels": [
- ],
- "waiting_close_channels": [
- {
- "channel": {
- "remote_node_pub": "03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f",
- "channel_point": "2168a60404009ba74d352ce638fa2c350ba447027bba20f0e708125b569d2c0b:1",
- "capacity": "10000000",
- "local_balance": "0",
- "remote_balance": "0",
- "local_chan_reserve_sat": "0",
- "remote_chan_reserve_sat": "0",
- "initiator": "INITIATOR_LOCAL",
- "commitment_type": "ANCHORS",
- "num_forwarding_packages": "0",
- "chan_status_flags": "ChanStatusRestored",
- "private": true
- },
- "limbo_balance": "0",
- "commitments": {
- "local_txid": "",
- "remote_txid": "",
- "remote_pending_txid": "",
- "local_commit_fee_sat": "0",
- "remote_commit_fee_sat": "0",
- "remote_pending_commit_fee_sat": "0"
- },
- "closing_txid": ""
- },
- {
- "channel": {
- "remote_node_pub": "03d64e760b4af3698e51eb7ed7d97fbbae41f8cd28c0bcb6851c21207922f6697d",
- "channel_point": "d95aca155a334cb262fd14c858bcf94b9666a2bfb8d9c4dfce3d9f9de752b51a:0",
- "capacity": "5000000",
- "local_balance": "0",
- "remote_balance": "0",
- "local_chan_reserve_sat": "0",
- "remote_chan_reserve_sat": "0",
- "initiator": "INITIATOR_LOCAL",
- "commitment_type": "STATIC_REMOTE_KEY",
- "num_forwarding_packages": "0",
- "chan_status_flags": "ChanStatusLocalDataLoss|ChanStatusRestored",
- "private": true
- },
- "limbo_balance": "0",
- "commitments": {
- "local_txid": "",
- "remote_txid": "",
- "remote_pending_txid": "",
- "local_commit_fee_sat": "0",
- "remote_commit_fee_sat": "0",
- "remote_pending_commit_fee_sat": "0"
- },
- "closing_txid": ""
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment