DB v1->v2 migration (#3044)
* wip * exhaustive match * wip * cleanup docs and move migration fns to chain itself
This commit is contained in:
@@ -192,9 +192,6 @@ impl Server {
|
||||
archive_mode,
|
||||
)?);
|
||||
|
||||
// launching the database migration if needed
|
||||
shared_chain.rebuild_height_for_pos()?;
|
||||
|
||||
pool_adapter.set_chain(shared_chain.clone());
|
||||
|
||||
let net_adapter = Arc::new(NetToChainAdapter::new(
|
||||
|
||||
Reference in New Issue
Block a user