yral-dapp / hot-or-not-web-leptos-ssr

Other
2 stars 8 forks source link

fix: show balance in decimals #478

Closed adarsh-kumar-yral closed 3 days ago

adarsh-kumar-yral commented 5 days ago

Closes: #469 Closes: #468

harshita-srivastava-yral commented 4 days ago

@adarsh-rs The decimal system is working fine now however the max. function on "Send" token is not working as expected. I had 0.0001 token but when I clicked Max it showed 0 and said "You cannot transfer 0"

adarsh-kumar-yral commented 4 days ago

@adarsh-rs The decimal system is working fine now however the max. function on "Send" token is not working as expected. I had 0.0001 token but when I clicked Max it showed 0 and said "You cannot transfer 0"

Yes that is because you have to pay fees also, so your balance should have fee + amount you want to transfer

harshita-srivastava-yral commented 4 days ago

Working as expected..Good to go! @adarsh-kumar-yral