Fixed unit test
This commit is contained in:
parent
d7b055ce74
commit
6837b958e3
1 changed files with 1 additions and 1 deletions
|
|
@ -1304,7 +1304,7 @@ bool nano::ledger::migrate_lmdb_to_rocksdb (std::filesystem::path const & data_p
|
|||
|
||||
// Open rocksdb database
|
||||
nano::node_config node_config;
|
||||
node_config.rocksdb_config.enable = true;
|
||||
node_config.database_backend = database_backend::rocksdb;
|
||||
auto rocksdb_store = nano::make_store (logger, data_path_a, nano::dev::constants, false, true, node_config);
|
||||
|
||||
if (!rocksdb_store->init_error ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue