We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transferred from ExchangeUnion/xud#1281
Code base: https://github.com/ElementsProject/lightning Docs: https://lightning.readthedocs.io/
Todo:
ClightningClient
SwapClient
Notes: Two ways to enforce the payment locktimes in c-lightning:
getroute
sendpay
sendtoroute
There doesn't seem to be a good way to set a cltv with the regular pay call (https://lightning.readthedocs.io/lightning-pay.7.html) according to docs & @cdecker
Ignore for now: L-BTC/Liquid support, backups etc
The text was updated successfully, but these errors were encountered:
BitcoinOG
No branches or pull requests
Transferred from ExchangeUnion/xud#1281
Code base: https://github.com/ElementsProject/lightning
Docs: https://lightning.readthedocs.io/
Todo:
ClightningClient
asSwapClient
Notes:
Two ways to enforce the payment locktimes in c-lightning:
getroute
+sendpay
, basically thesendtoroute
of lnd which we used beforeThere doesn't seem to be a good way to set a cltv with the regular pay call (https://lightning.readthedocs.io/lightning-pay.7.html) according to docs & @cdecker
Ignore for now: L-BTC/Liquid support, backups etc
https://medium.com/blockstream/getting-started-with-lightning-on-the-liquid-network-8b5682752ffe (?)
The text was updated successfully, but these errors were encountered: