You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: