docs: fix formatting and phrasing [skip ci]

This commit is contained in:
Oliver Gugger 2022-06-29 09:30:29 +02:00
parent 120fbc6758
commit 9656994c3b
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -4,11 +4,12 @@
* [Add the release build directory to the `.gitignore` file to avoid the release
binary digest to be different whether that folder exists or
not](https://github.com/lightningnetwork/lnd/pull/6676)
not](https://github.com/lightningnetwork/lnd/pull/6676).
## `lncli`
* [Add `payment_addr` flag to `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
* [Add `payment_addr` flag to
`buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
so that the mpp record of the route can be set correctly.
* [Hop hints are now opt in when using `lncli
@ -22,12 +23,14 @@
## RPC Server
* [Add previous_outpoints to listchaintxns](https://github.com/lightningnetwork/lnd/pull/6321)
* [Add previous_outpoints to
`GetTransactions` RPC](https://github.com/lightningnetwork/lnd/pull/6321).
* [Fix P2TR support in
`ComputeInputScript`](https://github.com/lightningnetwork/lnd/pull/6680).
* [Add wallet reserve rpc & field in wallet balance](https://github.com/lightningnetwork/lnd/pull/6592)
* [Add wallet reserve RPC & field in wallet
balance](https://github.com/lightningnetwork/lnd/pull/6592).
## Bug Fixes
@ -37,8 +40,9 @@
* [Fixed a bug in the `SignPsbt` RPC that produced an invalid response when
signing a NP2WKH input](https://github.com/lightningnetwork/lnd/pull/6687).
* [Update the urfave/cli package](https://github.com/lightningnetwork/lnd/pull/6682) because
of a flag parsing bug.
* [Update the `urfave/cli`
package](https://github.com/lightningnetwork/lnd/pull/6682) because of a flag
parsing bug.
* [DisconnectPeer no longer interferes with the peerTerminationWatcher. This previously caused
force closes.](https://github.com/lightningnetwork/lnd/pull/6655)