Skip to content

Commit 3a24364

Browse files
committed
docs: update release notes
1 parent 3c43376 commit 3a24364

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
@@ -37,8 +37,17 @@
3737

3838
## RPC Additions
3939

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+
4046
## lncli Additions
4147

48+
* The `estimatefee` command now supports the `--utxos` flag to specify explicit
49+
inputs for fee estimation.
50+
4251
# Improvements
4352
## Functional Updates
4453

@@ -77,4 +86,5 @@
7786

7887
* Boris Nagaev
7988
* Elle Mouton
89+
* hieblmi
8090
* Nishant Bansal

0 commit comments

Comments
 (0)