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

Improve total_storage_deposit_amount by considering outputs that do not cover storage deposit #1333

Closed
begonaalvarezd opened this issue Feb 12, 2024 · 0 comments · Fixed by #1334

Comments

@begonaalvarezd
Copy link
Member

Description

Because of the supply increase we have many many outputs that do not cover the storage deposit, hence the current calculation provided is returning a way too large storage deposit used in the network.
The formula should be adapted to MIN(min_storage_deposit, output_amount)

Motivation

Requirements

Open questions (optional)

Are you planning to do it yourself in a pull request?

Yes/No.

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

Successfully merging a pull request may close this issue.

1 participant