jdogresorg / freewallet-desktop

Desktop wallet for Win/Mac/Linux which supports Bitcoin and Counterparty
https://freewallet.io
MIT License
68 stars 53 forks source link

warn about xchain tx pre-confirmation being wrong #207

Open iamexe opened 2 months ago

iamexe commented 2 months ago

when creating a dispenser for say pepecash and clicking on 'view on xchain' the data on xchain will be incorrect!

it will be multiplied by millions and it looks scary because i thought maybe now someone can come and get all my pepecash for cheap.

so if anyone else comes across this issue, ... it's a bug of xchain and not freewallet - once the confirmation is in, the numbers are correct - don't worry!

it would be nice if freewallet gives a hint in form of a pop up before going to xchain to prevent fear-based reactions to it.

personally i would appreciate a guide on how to decode the data in the raw tx. <3

jdogresorg commented 1 month ago

This is related to mempool txs only dealing with satoshi values and the explore not looking up asset divisibility before displaying.... its been a long-time issue i've been meaning to tackle.

WIll spend some time updating tokenscan.io to determine asset divisibility for unconfirmed transactions and display any quantities in correct format (divisible or non-divisible).