Desmond
Results
2
issues of
Desmond
1. README has a few more instructions, and an example added 2. Updated contracts to solidity v0.4.23 / v0.4.24 where possible 3. Fixed critical contract bug vulnerability assert(totalSupply == this.balance);
Once token wallet is set, there is no way to set it to the reserve contract anymore. This is because token approval only happens in `approveWithdrawAddress`, and has the condition...
Reserve contract