Skip to content

Commit d8cbb3d

Browse files
committed
Clearer message when migration runs for first time users
1 parent 5090652 commit d8cbb3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/db/storage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ namespace db
381381

382382
void migrate_0_1(MDB_txn& txn, tables_ const& tables)
383383
{
384-
MINFO("Migrating from db version 0 to 1...");
384+
MINFO("Setting up database...");
385385

386386
// All addresses in version 0 were primary addresses, but didn't have a bool `is_subaddress`.
387387
// This migration adds a falsey `is_subaddress` to every account_address stored in the db.

0 commit comments

Comments
 (0)