chore: comment that we need DB migrations to happen earlier than they had been

This commit is contained in:
Jude Nelson
2022-03-21 13:37:26 -04:00
parent 72c6982c43
commit ad0abc76c0

View File

@@ -323,7 +323,7 @@ impl RunLoop {
Some(self.should_keep_running.clone()),
);
// Invoke connect() to perform any db instantiation early
// Invoke connect() to perform any db instantiation and migration early
if let Err(e) = burnchain_controller.connect_dbs() {
error!("Failed to connect to burnchain databases: {}", e);
panic!();