From 761ead98991fb716b0fb7a41e00fd969612629d7 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 13 Jun 2024 00:18:32 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.18.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.18.1.md b/docs/lnd/release-notes/release-notes-0.18.1.md index cf5410a..2ac8928 100644 --- a/docs/lnd/release-notes/release-notes-0.18.1.md +++ b/docs/lnd/release-notes/release-notes-0.18.1.md @@ -32,6 +32,10 @@ argument to `addinvoice` and `addholdinvoice`, allowing users to set the `min_final_cltv_expiry_delta` +* The [`lncli wallet estimatefeerate`](https://github.com/lightningnetwork/lnd/pull/8730) + command returns the fee rate estimate for on-chain transactions in sat/kw and + sat/vb to achieve a given confirmation target. + # Improvements ## Functional Updates ## RPC Updates