Submitted by cmichel
The Router forwards nTokenTransferApprove calls to the nTokenAction implementation. However, these always fail due to the msg.sender == nTokenAddress check.
This call failing seems to be the intended behavior but it shouldnt even be forwarded in the Router.
Recommend removing sig == nTokenAction.nTokenTransferApprove.selector from the getRouterImplementation as it indicates that this is a valid function call.
jeffywu (Notional) disputed:
