minime icon indicating copy to clipboard operation
minime copied to clipboard

doTransfer loop error fix

Open thesved opened this issue 7 years ago • 0 comments

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.

thesved avatar Nov 19 '18 02:11 thesved