Num of coins of txs is not displayed correctly in my v0.5.2ppc-beta peercoin-qt

btc does not have tx time, but ppc may pull it off:

https://wiki.peercointalk.org/index.php?title=Transactions

so it seems it s not a bug as the code is forked from btc, but it is a mere feature request.

This might also explain some weird behaviour I’m experiencing with my peershares testnet after merging the 0.5.2 code.

I don’t see any pull requests for this fix on github yet? Are you still testing?

I can confirm that the display of transaction amount in Qt is incorrect. This issue appears to be limited to Qt display only, the command ‘listtransactions’ shows the correct transaction amount (command line can be accessed via ‘help->debug window->console’).

If you experience differently please report here.

It appears to be a known peerunity bug that was fixed a while back, missed when the code were partially merged. I am testing a patch at the moment. Impact is limited to Qt overview and transactions page, displayed transaction amount is incorrect. As a workaround, users of Qt UI can temporarily use the transaction detail (right click on transaction -> show details) or command console (menu help->debug window->console) ‘listtransactions’ command.

The severity is considered moderate, limited to mainly user usability. Wallet and blockchain are NOT affected.

Many thanks to chamme, intergalactic, xuyangcn and other members for reporting and identifying the problem!

I have had the same problem it shows that I received more than I should have but when I click on the transaction address symbol for details it shows the right amount. No addresses show up in the address section either on my transaction tab. ON a side note thanks for the hard work Sunny King and anyone else who helped out.

Hot fix released in v0.5.3. Qt users are required to upgrade: https://www.peercointalk.org/index.php?topic=4453