mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-06 02:58:03 +02:00
docs: fix formatting and phrasing [skip ci]
This commit is contained in:
parent
120fbc6758
commit
9656994c3b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user