From ef92d75eb7131d9b97ac10e7fd5b28d62383f7b5 Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 17 Sep 2025 00:25:38 +0000 Subject: [PATCH] update documentation --- docs/taproot-assets/release-notes/release-notes-0.7.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index 07c08620..ac077381 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -189,6 +189,14 @@ [PR](https://github.com/lightninglabs/taproot-assets/pull/1640) addresses the issue. +- A new configuration is now available which controls the max ratio of fees that + each anchor transaction pays. This is important because given the nature of + the small taproot-assets anchors we might want to allow for fees to be greater + than the anchor amount itself, which is helpful in high fee environment where + pulling in extra inputs might not be preferred. It is exposed via the flag + `wallet.psbt-max-fee-ratio` and is introduced by + [PR #1545](https://github.com/lightninglabs/taproot-assets/pull/1545). + ## RPC Updates ## tapcli Updates