nochowderforyou / clams

Clam Project
MIT License
61 stars 58 forks source link

Incorrect chronological sorting in main window after reindex #120

Open moneromooo opened 9 years ago

moneromooo commented 9 years ago

With clam client d20edaca810f4b0f1920a8434d8b7731c1a98439, after running ./clam-qt -reindex (after being advised to do so due to an apparent libdb incompatibility), the main window displays of transactions that are not the claimed latest. Moreover, the 6 transactions displayed are themselves also not in chronological order. This hints that the data this is taken from is not sorted, and that this window just picks the first 6, assuming sorting. The transactions window itself displays properly sorted transactions.

tryphe commented 9 years ago

Can you submit a screenshot?