Created
February 5, 2025 15:27
-
-
Save vincenzopalazzo/c13fec08540e90f21b6539a408b702f3 to your computer and use it in GitHub Desktop.
ldk-cln-closingtx.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ lightning-cli listclosedchannels 03db10aa09ff04d3568b0621750794063df401e6853c79a21a83e1a3f3b5bfb0c8 | |
{ | |
"closedchannels": [ | |
{ | |
"peer_id": "03db10aa09ff04d3568b0621750794063df401e6853c79a21a83e1a3f3b5bfb0c8", | |
"channel_id": "55723d2fced081b834c118c8fe0281a6b8a1bf662dcf8fc38975ee13ad4841d7", | |
"short_channel_id": "870026x2631x0", | |
"alias": { | |
"local": "13876233x16241684x55225", | |
"remote": "574853x2274x7" | |
}, | |
"opener": "local", | |
"closer": "local", | |
"private": false, | |
"channel_type": { | |
"bits": [ | |
12, | |
22 | |
], | |
"names": [ | |
"static_remotekey/even", | |
"anchors/even" | |
] | |
}, | |
"total_local_commitments": 1, | |
"total_remote_commitments": 1, | |
"total_htlcs_sent": 0, | |
"funding_txid": "d74148ad13ee7589c38fcf2d66bfa1b8a68102fec818c134b881d0ce2f3d7255", | |
"funding_outnum": 0, | |
"leased": false, | |
"total_msat": 1497252000, | |
"final_to_us_msat": 1497252000, | |
"min_to_us_msat": 1497252000, | |
"max_to_us_msat": 1497252000, | |
"last_commitment_txid": "30ee148e229fa75592fbeb67db0ced693a4ad4b2e177f4483e6573d649480951", | |
"last_commitment_fee_msat": 1740000, | |
"close_cause": "local", | |
"last_stable_connection": 1736154783 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment