minime
minime copied to clipboard
doTransfer loop error fix
In doTransfer function the previousBalanceFrom was assigned before the TokenController(controller).onTransfer call, which can cause error in case the token controller starts a new transfer from or to the original _from address, where currently it would assign the first value no matter what happens afterwards.