Skip to content
Merged
Changes from all commits
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/taproot-assets/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down