oxen-io / oxen-core

Oxen core repository, containing oxend and oxen cli wallets
https://oxen.io
Other
317 stars 120 forks source link

Ensure that SNL rescan failure also resets the SQL DB #1754

Closed Doy-lee closed 1 week ago

Doy-lee commented 1 week ago

Bumps the SNL version to force a rescan of the SNL. Also move the SQL DB outside of the load code and into the reset code since a reset always requires the SQL DB to be reset as well to ensure they remain in sync.

A failed SNL load calls into reset, so the previous behaviour is preserved.