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
It's in the title. Presently, something like initialDistribution' [(wallet 1, someNonAdaValue)] will construct an invalid initial distribution, because wallet 1 will own an UTxO with 0 Ada, which is less than the minimum amount of 2 Ada required for every UTxO.
The text was updated successfully, but these errors were encountered:
It's in the title. Presently, something like
initialDistribution' [(wallet 1, someNonAdaValue)]
will construct an invalid initial distribution, becausewallet 1
will own an UTxO with 0 Ada, which is less than the minimum amount of 2 Ada required for every UTxO.The text was updated successfully, but these errors were encountered: