Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compact block cost to LQT vote action (#5052)
## Describe your changes This is probably the most important one to get right. Previously this was zero, but this commit changes it to be the same cost as an output action. This is because, in the worst case scenario, each vote results in minting a note. Fewer notes can be minted because we cap the number of voters each asset will tally, but in practice we might be well under this limit. No testing needed. ## Issue ticket number and link Closes #5053. ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:
- Loading branch information