SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
362 stars 68 forks source link

legacypay removed from Core Lightning v0.11.2 #275

Closed Kexkey closed 1 year ago

Kexkey commented 1 year ago

Remove call to legacypay on Core Lightning since it's been removed in v0.11.2.

Code is in the ln_pay function in proxy_docker/app/script/call_lightningd.sh

Background: we used to first try pay (by default using MPP) and if this fails, we try to pay the invoice using legacypay because this doesn't use MPP and MPP sometimes causes routing problems.

phillamy commented 1 year ago

New features with v0.11.0

https://medium.com/blockstream/core-lightning-v0-11-0-channel-multiplexing-a-new-api-and-much-more-5d34df8cfeb5