mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 22:57:59 +01:00
docs: document fundtemplate sub command, add release notes
This commit is contained in:
@@ -138,6 +138,10 @@
|
||||
broadcast. This means when a transaction has failed the `testmempoolaccept`
|
||||
check by bitcoind or btcd, the broadcast won't be attempted.
|
||||
|
||||
* The `coin-selection-strategy` config option [now also applies to channel
|
||||
funding operations and the new `PsbtCoinSelect` option of the `FundPsbt`
|
||||
RPC](https://github.com/lightningnetwork/lnd/pull/8378).
|
||||
|
||||
## RPC Additions
|
||||
|
||||
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)
|
||||
@@ -167,6 +171,15 @@
|
||||
is not considered for session negotiation. TerminateSession can be used to
|
||||
mark a specific session as terminal so that that specific is never used again.
|
||||
|
||||
* [The `FundPsbt` RPC method now has a third option for specifying a
|
||||
template](https://github.com/lightningnetwork/lnd/pull/8378) to fund. This
|
||||
new option will instruct the wallet to perform coin selection even if some
|
||||
inputs are already specified in the template (which wasn't the case with
|
||||
the previous options). Also, users have the option to specify whether a new
|
||||
change output should be added or an existing output should be used for the
|
||||
change. And the fee estimation is correct even if no change output is
|
||||
required.
|
||||
|
||||
## lncli Additions
|
||||
|
||||
* Deprecate `bumpclosefee` for `bumpforceclosefee` to accommodate for the fact
|
||||
|
||||
Reference in New Issue
Block a user