File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,10 @@ BOLTs][bolts repo].*
126126 Future releases will instead prompt the user to reindex for an equivalent
127127 outcome.
128128
129- - [LND #5159][] AMP support for SendPaymentV2 FIXME:dongcarl
129+ - [LND #5159][] builds on [previous work][news144 lnd ampsendpayment] to add
130+ support for making spontaneous Atomic Multipath Payments (AMPs) by manually
131+ specifying payment parameters to the `sendpayment` RPC. Invoking `sendpayment`
132+ with an AMP invoice is expected to be implemented in follow-up PRs.
130133
131134- [Rust-Lightning #893][] only allows accepting a payment if it includes
132135 a payment secret. Payment secrets are created by the receiver and
@@ -170,4 +173,5 @@ BOLTs][bolts repo].*
170173[capn proto]: https://capnproto.org/
171174[news53 lightning loop]: /en/newsletters/2019/07/03/#lightning-loop-supports-user-loop-ins
172175[semantic versioning website]: https://semver.org/
173- [fido2 website]: https://fidoalliance.org/fido2/fido2-web-authentication-webauthn/
176+ [fido2 website]: https://fidoalliance.org/fido2/fido2-web-authentication-webauthn/
177+ [news144 lnd ampsendpayment]: /en/newsletters/2021/04/14/#lnd-5108
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ optech_mentions:
122122 - title : " Rust-Lightning #893 requires payment secrets to prevent multipath probing"
123123 url : /en/newsletters/2021/05/05/#rust-lightning-893
124124
125+ - title : " LND #5159 adds support for making spontaneous AMPs"
126+ url : /en/newsletters/2021/05/05/#lnd-5159
127+
125128# # Optional. Same format as "primary_sources" above
126129# see_also:
127130# - title:
You can’t perform that action at this time.
0 commit comments