We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5090652 commit d8cbb3dCopy full SHA for d8cbb3d
1 file changed
src/db/storage.cpp
@@ -381,7 +381,7 @@ namespace db
381
382
void migrate_0_1(MDB_txn& txn, tables_ const& tables)
383
{
384
- MINFO("Migrating from db version 0 to 1...");
+ MINFO("Setting up database...");
385
386
// All addresses in version 0 were primary addresses, but didn't have a bool `is_subaddress`.
387
// This migration adds a falsey `is_subaddress` to every account_address stored in the db.
0 commit comments