somish/NexusMutual

Remove function operatorTransfer() from NXMToken

Closed this issue · 3 comments

Functionality of operatorTransfer can be achieved vuia transferFrom method as well. Hence, we can remove this function.

as of now we can not implement this using transferFrom because of modifier canTransfer in that function. Token Controller is not a member, it will throw because it can not receive tokens (i.e. not a member).

@nitika-goel should i close this issue

Let us put this on hold for now and reevaluate later.