alexbosworth / lightning

Lightning client methods
MIT License
127 stars 33 forks source link

feat: Add anchor resolutions to closed channels #176

Closed SeverinAlexB closed 3 months ago

SeverinAlexB commented 4 months ago

The anchor tx id is missing in the getCloseChannels call even though it is present in the cli command. This PR adds the missing anchor_spent_by, anchor_vout, anchor_is_confirmed, and anchor_is_pending to the getCloseChannels result.

Happy to change naming or object structure if you want me to.

Sev