TheeHandwoven

Results 5 issues of TheeHandwoven

With the version 10 release of c-lightning, a feature for advertising that node operators can provide liquidity for channels with a cost is introduced. This allows purchasing of inbound liquidity,...

enhancement
CoreLightning

Just like C-Lightning, extending the application can easier be done by the community if it can be developed outside of the main app.

Would be great to be able to read about how feeadjuster works. It currently has no README

It appears the `feeadjuster` will set the outbound fee to the maximum when the outbound balance is 0%. This can be a little counter intuitive because it will be the...

plugin-monitor.py: File \"/plugins/monitor/monitor.py\", line 49, in monitor plugin-monitor.py: if int(our_funding) == 0: plugin-monitor.py: ValueError: invalid literal for int() with base 10: '0msat' plugin-monitor.py: