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
We use TransferAmountCalculator to calculate succifient / insufficient balance check after load() of the transaction happen with lots of different checks.
But for simple cases we should do balance check to avoid throwing random errors. Expected to see insufficient balance error
The text was updated successfully, but these errors were encountered:
We use
TransferAmountCalculator
to calculate succifient / insufficient balance check afterload()
of the transaction happen with lots of different checks.But for simple cases we should do balance check to avoid throwing random errors. Expected to see insufficient balance error
The text was updated successfully, but these errors were encountered: