We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b886e7e commit e1ab980Copy full SHA for e1ab980
docs/release-notes/release-notes-0.18.0.md
@@ -277,6 +277,9 @@
277
* [Allow callers of `ListSweeps` to specify the start
278
height](https://github.com/lightningnetwork/lnd/pull/7372).
279
280
+* `BumpFeeResponse` now optionally returns the
281
+ [raw hex of the sweep tx](https://github.com/lightningnetwork/lnd/pull/8528).
282
+
283
## lncli Updates
284
285
* [Documented all available `lncli`
@@ -300,6 +303,9 @@
300
303
* The [`estimateroutefee`](https://github.com/lightningnetwork/lnd/pull/8136)
301
304
subcommand now gives access to graph based and payment probe fee estimation.
302
305
306
+* `bumpfee` now optionally returns the
307
308
309
## Code Health
310
311
* [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).
0 commit comments