Open
Description
Reading the code, I saw that the _method
parameter in here is always called with one of the following:
mintReputation
mintTokens
registerScheme
unregisterScheme
sendEther
externalTokenTransfer
externalTokenTransferFrom
externalTokenIncreaseApproval
externalTokenDecreaseApproval
genericAction
- all other actions.
Can we refactor it to use an enum
instead?