docs: fix link & typo in release notes 0.14.0

This commit is contained in:
Max Hillebrand
2021-11-17 22:34:47 +01:00
committed by Oliver Gugger
parent df0b82f016
commit 9ee2129276

View File

@@ -104,12 +104,12 @@ operations.
### Explicit Channel Negotiation ### Explicit Channel Negotiation
[A new protocol extension has been added known as explicit channel negotiation] [A new protocol extension has been added known as explicit channel
(https://github.com/lightningnetwork/lnd/pull/5669). This allows a channel negotiation](https://github.com/lightningnetwork/lnd/pull/5669). This allows a
initiator to signal their desired channel type to use with the remote peer. If channel initiator to signal their desired channel type to use with the remote
the remote peer supports said channel type and agrees, the previous implicit peer. If the remote peer supports said channel type and agrees, the previous
negotiation based on the shared set of feature bits is bypassed, and the implicit negotiation based on the shared set of feature bits is bypassed, and
proposed channel type is used. [Feature bits 44/45 are used to the proposed channel type is used. [Feature bits 44/45 are used to
signal](https://github.com/lightningnetwork/lnd/pull/5874) this new feature. signal](https://github.com/lightningnetwork/lnd/pull/5874) this new feature.
@@ -128,7 +128,7 @@ details.
### Re-Usable Static AMP Invoices ### Re-Usable Static AMP Invoices
[AMP invoices are now fully re-usable, meaning it's possible for an `lnd` node [AMP invoices are now fully re-usable, meaning it's possible for an `lnd` node
today a static AMP invoice multiple times](https://github.com/lightningnetwork/lnd/pull/5803). to use a static AMP invoice multiple times](https://github.com/lightningnetwork/lnd/pull/5803).
An AMP invoice can be created by adding the `--amp` flag to `lncli addinvoice`. An AMP invoice can be created by adding the `--amp` flag to `lncli addinvoice`.
From there repeated payments can be made to the invoice using `lncli From there repeated payments can be made to the invoice using `lncli
payinvoice`. On the receiver side, notifications will still come in as normal, payinvoice`. On the receiver side, notifications will still come in as normal,