andreapn1709.near — Today at 12:56 AM
[12:57 AM]
that's my account, when I send by near web wallet, I can send all my coin,
but when use narwallet, it always keeps 0.00001 when choose max
LMT-luciotato — Today at 2:45 AM
I'll add an Issue to github. I think I know what it is. Looks like a rounding problem
SOLUTION TO EXPLORE:
- Include up-to 6 decimal places when entering amounts.
- When the input amount is for example 4.123456 and the token account has 4.123456111 as balance, transfer the entire amount. The general rule is that if there will be less than 0.0000001 (1e-6) left, set to transfer the amount in yoctos (full decimals).
andreapn1709.near — Today at 12:56 AM
[12:57 AM]
that's my account, when I send by near web wallet, I can send all my coin,
but when use narwallet, it always keeps 0.00001 when choose max
LMT-luciotato — Today at 2:45 AM
I'll add an Issue to github. I think I know what it is. Looks like a rounding problem
SOLUTION TO EXPLORE: