Skip to content

Commit 0ba7c3c

Browse files
Merge pull request #711 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 6fcb7b5 + 4c485e9 commit 0ba7c3c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

+16-1
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,26 @@
4848
`BumpForceCloseFee` which moves the functionality soley available in the
4949
`lncli` to LND hence making it more universal.
5050

51+
* [The `walletrpc.FundPsbt` RPC method now has an option to specify the fee as
52+
`sat_per_kw` which allows for more precise
53+
fees](https://github.com/lightningnetwork/lnd/pull/9013).
54+
55+
* [The `walletrpc.FundPsbt` method now has a new option to specify the maximum
56+
fee to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600)
57+
5158
## lncli Additions
5259

5360
* [A pre-generated macaroon root key can now be specified in `lncli create` and
5461
`lncli createwatchonly`](https://github.com/lightningnetwork/lnd/pull/9172) to
5562
allow for deterministic macaroon generation.
5663

64+
* [The `lncli wallet fundpsbt` sub command now has a `--sat_per_kw` flag to
65+
specify more precise fee
66+
rates](https://github.com/lightningnetwork/lnd/pull/9013).
67+
68+
* The `lncli wallet fundpsbt` command now has a [`--max_fee_ratio` argument to
69+
specify the max fees to output amounts ratio.](https://github.com/lightningnetwork/lnd/pull/8600)
70+
5771
# Improvements
5872
## Functional Updates
5973

@@ -143,6 +157,7 @@
143157
* Boris Nagaev
144158
* CharlieZKSmith
145159
* Elle Mouton
160+
* George Tsagkarelis
146161
* Pins
147162
* Viktor Tigerström
148-
* Ziggie
163+
* Ziggie

0 commit comments

Comments
 (0)