channelninja / channel.ninja

Get recommended channel recommendations for your lightning node.
https://channel.ninja/
11 stars 1 forks source link

Add more options when opening a channel via WebLN #51

Open channelninja opened 1 year ago

channelninja commented 1 year ago

As of now, only local_funding_amount and sat_per_vbyte can be passed as options to https://lightning.engineering/api-docs/api/lnd/lightning/open-channel-sync

I tried base_fee and fee_rate but got an error from LND.

See https://github.com/lightningnetwork/lnd/issues/7421

When this issue is resolved, it should be possible to set a base_fee and fee_rate.

rolznz commented 1 year ago

@channelninja looks like this will be resolved in the next version of lnd 🎉