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

Bug: Transaction time is shown with milliseconds #96

Closed C-Otto closed 3 years ago

C-Otto commented 3 years ago

To Reproduce Run get-address-transactions for an address where the transaction details for at least one transaction are not known. This shows: xxx: -0.01111111 [ -1,23€] (block 611111, 2021-11-11T08:13:07.016)

Expected behavior The details are shown with seconds, but not milliseconds.

Additional context Running the command again (which retrieves the details from the database) fixes the issue.