vtnerd / monero-lws

Monero Light Wallet Server (scans monero viewkeys and implements mymonero API). Fast LMDB backend.
BSD 3-Clause "New" or "Revised" License
72 stars 27 forks source link

Fix several bugs: #119

Closed vtnerd closed 3 months ago

vtnerd commented 3 months ago

Found these issues while digging deeper in the remote scanning code (although not related to that code). This will get merged relatively soon as these bugs need to be back-ported to release branch.

vtnerd commented 3 months ago

Added some more tests, and fixed another issue within the DB scan height (it previously wasn't an issue until changes in the lws::account object).