Desmond
Results
2
comments of
Desmond
Oh right.... In that case, I suppose a separate function to change token wallet would be best? ``` function changeTokenWallet(ERC20 token, address wallet) public onlyAdmin { require(wallet != address(0x0)); if...
Haha woah, thanks for the PR! Loving the feature! =)