Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
balances of asset channels grouped by group key (if grouped assets were used
in a channel)](https://github.com/lightninglabs/taproot-assets/pull/1691).

- 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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: missing final punctuation. And missing a space between "preferred." and "It".


## RPC Updates

## tapcli Updates
Expand Down
Loading