tweag / cooked-validators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`initialDistribution'` should always return a valid initial distribution.

carlhammann opened this issue · comments

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.