Add contribution veto function

Allows anybody with the VETO_CONTRIBUTION_ROLE to veto a contribution
and thus prevent that the contribution can be claimed.
So far like the ADD_CONTRIBUTION_ROLE any contributor is allowed to
veto.
This commit is contained in:
2019-03-28 11:06:19 +01:00
parent b6f34ac9a5
commit dfa55516ec
4 changed files with 29 additions and 2 deletions

View File

@@ -5,6 +5,11 @@
"id": "ADD_CONTRIBUTION_ROLE",
"params": []
},
{
"name": "Veto contributions",
"id": "VETO_CONTRIBUTION_ROLE",
"params": []
},
{
"name": "Manage contributors",
"id": "MANAGE_CONTRIBUTORS_ROLE",