This commit is contained in:
Michael Vines
2019-11-25 22:48:49 -07:00
parent 82f78a5610
commit 640c2f88bd

View File

@ -154,7 +154,7 @@ impl Blocktree {
adjust_ulimit_nofile(); adjust_ulimit_nofile();
// Open the database // Open the database
let measure = Measure::start("open"); let mut measure = Measure::start("open");
let db = Database::open(&blocktree_path)?; let db = Database::open(&blocktree_path)?;
// Create the metadata column family // Create the metadata column family