We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aabe2e commit e530393Copy full SHA for e530393
docs/release-notes/release-notes-0.19.0.md
@@ -160,6 +160,14 @@
160
range TLVs provided with the existing set of records on the HTLC,
161
overwriting any conflicting values with those supplied by the API.
162
163
+* The `bumpfee` command now optionally includes the raw transaction hex of the
164
+ sweep transaction in its response. This allows users to retrieve transaction
165
+ details directly. Note that obtaining the raw transaction hex may take some
166
+ time based on the `sweeper.batchwindowduration` configuration
167
+ (default: 30 seconds). If the `immediate` flag is set to `true` the raw
168
+ transaction will be returned as soon as it is created. For more details, see
169
+ [PR #8528](https://github.com/lightningnetwork/lnd/pull/8528).
170
+
171
## lncli Updates
172
173
## Code Health
0 commit comments