transferMultiple should check unlockedTokens like function transfer
jjnetcn opened this issue · 2 comments
jjnetcn commented
transferMultiple should call
require(_amounts[i] <= unlockedTokensInternal(msg.sender));
before
super.transfer(_addresses[i], _amounts[i]);
MKong commented
Hi jjnetcn.
Thanks for identifying the issue. We have fixed as required.
Please feel free to reach out to me on Telegram at @mkong888.
Thanks,
MIchael