We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6310bb commit eea28a7Copy full SHA for eea28a7
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` now optionally includes the raw transaction hex of the
164
+ sweep transaction in its command and RPC response. This allows users to
165
+ retrieve transaction details directly. Note that obtaining the raw transaction
166
+ hex may take some time based on the `sweeper.batchwindowduration`
167
+ configuration (default: 30 seconds). If the `immediate` flag is set to `true`
168
+ the raw transaction will be returned as soon as it is created. For more
169
+ details, see [PR #8528](https://github.com/lightningnetwork/lnd/pull/8528).
170
+
171
## lncli Updates
172
173
## Code Health
0 commit comments