Closed uivlis closed 4 years ago
When you initialize the ChaiNucles, you make some operations on vat and rho which are the null address. Hence, it will be impossible to deposit interest when minting a particle.
vat
rho
null
I have fixed up the unit-tests, made some refactors, and included the changes from this PR. please pull latest.
When you initialize the ChaiNucles, you make some operations on
vat
andrho
which are thenull
address. Hence, it will be impossible to deposit interest when minting a particle.