You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current code logic for token transfer is not equipped to handle calculation of addressBalance column in the case of an infinite token.
The follow are the cases where the problems seems to be happening:
Transfer from infinite token root address -> infinite token root address ie. Self loop
* Can infinite token address be not the root address as a sender?
* What is the addressBalance column behaviour in those entries?
During creation of tokens (Please check normal token code too here)
Transfer from infinite token root address -> FLO address , for the first time
TLDR - Issue with transfers originating FROM infinite token root address
The text was updated successfully, but these errors were encountered:
The current code logic for token transfer is not equipped to handle calculation of addressBalance column in the case of an infinite token.
The follow are the cases where the problems seems to be happening:
* Can infinite token address be not the root address as a sender?
* What is the addressBalance column behaviour in those entries?
TLDR - Issue with transfers originating FROM infinite token root address
The text was updated successfully, but these errors were encountered: