Intercoin / ControlContract

Lets a community collectively manage a wallet and tokens, including enforcing limits and lockups.
https://intercoin.org
GNU Affero General Public License v3.0
0 stars 3 forks source link

done #5

Closed artman325 closed 2 years ago

artman325 commented 2 years ago

checked self calls made mock method setInsideVar in Control contract. and call them via invoke/endorce work as expected but need to restrict such methods like this require(msg.sender == address(this));