Skip to content

Commit 68cba5f

Browse files
committed
docs: add release note for psbt-max-fee-ratio config
1 parent 2028e61 commit 68cba5f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes/release-notes-0.7.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@
103103
balances of asset channels grouped by group key (if grouped assets were used
104104
in a channel)](https://github.com/lightninglabs/taproot-assets/pull/1691).
105105

106+
- A new configuration is now available which controls the max ratio of fees that
107+
each anchor transaction pays. This is important because given the nature of
108+
the small taproot-assets anchors we might want to allow for fees to be greater
109+
than the anchor amount itself, which is helpful in high fee environment where
110+
pulling in extra inputs might not be preferred.It is exposed via the flag
111+
`wallet.psbt-max-fee-ratio` and is introduced by
112+
[PR #1545](https://github.com/lightninglabs/taproot-assets/pull/1545)
113+
106114
## RPC Updates
107115

108116
## tapcli Updates

0 commit comments

Comments
 (0)