alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

Typescript definitions for method addAdvertisedFeature #159

Closed alexbosworth closed 7 months ago

alexbosworth commented 7 months ago

There is a new method to advertise support for an arbitrary feature bit addAdvertisedFeature

It takes lnd as an authenticated LND API object and then the feature bit number to add as feature

It returns nothing

Need typescript for that one

ping @bkiac