Skip to content

Commit

Permalink
Updated comment about enabling RocksDb after migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Jan 24, 2025
1 parent f0309da commit 4c856a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/secure/ledger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ bool nano::ledger::migrate_lmdb_to_rocksdb (std::filesystem::path const & data_p
}
}

logger.info (nano::log::type::ledger, "Migration completed. Make sure to enable RocksDB in the config file under [node.rocksdb]");
logger.info (nano::log::type::ledger, "Migration completed. Make sure to update [node.database_backend] to 'rocksdb' in config.toml");
logger.info (nano::log::type::ledger, "After confirming correct node operation, the data.ldb file can be deleted if no longer required");
}
else
Expand Down

0 comments on commit 4c856a4

Please sign in to comment.