Skip to content

Commit 658f073

Browse files
committed
docs: update release notes
1 parent 21ceca8 commit 658f073

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/release-notes/release-notes-0.21.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,17 @@
5858
it becomes available. These methods provide an alternative to the standard
5959
`MuSig2RegisterNonces` workflow and are only supported in MuSig2 v1.0.0rc2.
6060

61+
* The `EstimateFee` RPC now supports [explicit input
62+
selection](https://github.com/lightningnetwork/lnd/pull/10296). Users can
63+
specify a list of outpoints to use as transaction inputs via the new
64+
`outpoints` field in `EstimateFeeRequest`. The `show_outpoints` field can be
65+
set to include the selected outpoints in the `EstimateFeeResponse`.
66+
6167
## lncli Additions
6268

69+
* The `estimatefee` command now supports the `--utxos` flag to specify explicit
70+
inputs for fee estimation.
71+
6372
# Improvements
6473
## Functional Updates
6574

@@ -122,6 +131,7 @@
122131

123132
* Boris Nagaev
124133
* Elle Mouton
134+
* hieblmi
125135
* Mohamed Awnallah
126136
* Nishant Bansal
127137
* Pins

0 commit comments

Comments
 (0)