You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function removeGroupMemberGeneric(IVoting _voting, bytes32[] _params) external {
// use _voting here if you want
string memory _groupName = UtilsLib.bytes32ToString(_params[0]);
address _a = address(_params[1]);
removeGroupMember(_groupName, _a);
}
l
The text was updated successfully, but these errors were encountered:
Update the GenericProposal - https://github.com/Thetta/Thetta-DAO-Framework/blob/master/contracts/governance/GenericProposal.so
Old code
New code
The text was updated successfully, but these errors were encountered: