Skip to content

Commit 6d12c75

Browse files
committed
docs: update release notes
1 parent fe966bf commit 6d12c75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 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

0 commit comments

Comments
 (0)