Skip to content

Commit c68d6ba

Browse files
Merge pull request #865 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 76a92c6 + 6349e0b commit c68d6ba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/lnd/release-notes/release-notes-0.19.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333

3434
## Functional Enhancements
3535

36+
- [Adds](https://github.com/lightningnetwork/lnd/pull/9989) a method
37+
`FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated
38+
fee value to the nearest satoshi.
39+
3640
## RPC Additions
3741

3842
## lncli Additions
@@ -78,4 +82,5 @@ much more slowly.
7882
## Tooling and Documentation
7983

8084
# Contributors (Alphabetical Order)
85+
* hieblmi
8186
* Yong Yu

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
3737

3838

3939
* The `lncli addinvoice --blind` command now has the option to include a
40-
[chained channels](https://github.com/lightningnetwork/lnd/pull/9127)
40+
chained channels [1](https://github.com/lightningnetwork/lnd/pull/9127)
41+
[2](https://github.com/lightningnetwork/lnd/pull/9925)
4142
incoming list `--blinded_path_incoming_channel_list` which gives users the
4243
control of specifying the channels they prefer to receive the payment on. With
4344
the option to specify multiple channels this control can be extended to
@@ -87,6 +88,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
8788
* [5](https://github.com/lightningnetwork/lnd/pull/9935)
8889
* [6](https://github.com/lightningnetwork/lnd/pull/9936)
8990
* [7](https://github.com/lightningnetwork/lnd/pull/9937)
91+
* [8](https://github.com/lightningnetwork/lnd/pull/9938)
92+
* [9](https://github.com/lightningnetwork/lnd/pull/9939)
93+
* [10](https://github.com/lightningnetwork/lnd/pull/9971)
9094

9195
## RPC Updates
9296

0 commit comments

Comments
 (0)