We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c43376 commit 3a24364Copy full SHA for 3a24364
docs/release-notes/release-notes-0.21.0.md
@@ -37,8 +37,17 @@
37
38
## RPC Additions
39
40
+* The `EstimateFee` RPC now supports [explicit input
41
+ selection](https://github.com/lightningnetwork/lnd/pull/10296). Users can
42
+ specify a list of outpoints to use as transaction inputs via the new
43
+ `outpoints` field in `EstimateFeeRequest`. The `show_outpoints` field can be
44
+ set to include the selected outpoints in the `EstimateFeeResponse`.
45
+
46
## lncli Additions
47
48
+* The `estimatefee` command now supports the `--utxos` flag to specify explicit
49
+ inputs for fee estimation.
50
51
# Improvements
52
## Functional Updates
53
@@ -77,4 +86,5 @@
77
86
78
87
* Boris Nagaev
79
88
* Elle Mouton
89
+* hieblmi
80
90
* Nishant Bansal
0 commit comments