C-Otto / BitBook

BitBook helps you organize your bitcoin addresses and transactions.
https://bitbook.c-otto.de
MIT License
43 stars 6 forks source link

fix: order by block height first, then timestamp #114

Closed C-Otto closed 3 years ago

C-Otto commented 3 years ago

it may happen that transaction timestamps do not reflect the order in which they are placed into blocks. To avoid confusion, this fixes the order to prefer block height over the timestamp when sorting.