Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multisend issue with fee handling, size of both transactions not accounted for #204

Open
MiroslavJawgotzschjawa opened this issue Jul 5, 2024 · 0 comments

Comments

@MiroslavJawgotzschjawa
Copy link

When doing a Multisend there are 2 transactions. The first always has around 220vB, the second has more because of the data, maybe 700vB.

Freewallet now calculates and shows the fee of the whole 920vB of both transactions which is correct but then it just uses the same fee of fee*920 for both transactions and fw does not account for the size of both transactions when calculating fees.

As a result the first transaction fee is overpaid and the second transaction fee is slightly overpaid because of the extra 220vB.

It do not know if this has to be this way because of Counterparty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant