Altered Dehasher to CrowsNest

! WARNING !

This will break older versions of CrowsNest. The database file will no longer be compatible
This commit is contained in:
Evan Hosinski
2025-05-21 09:14:56 -04:00
parent fbe1eda8e9
commit ded3e4ae71
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func main() {
useLocalDB := badger.GetUseLocalDB()
if useLocalDB {
// Use local database in current directory
dbPath = "./dehasher.sqlite"
dbPath = "./crowsnest.sqlite"
zap.L().Info("Using local database", zap.String("path", dbPath))
} else {
// Use default database path