mut
This commit is contained in:
parent
506ff5809e
commit
280315a314
|
@ -154,7 +154,7 @@ impl Blocktree {
|
|||
adjust_ulimit_nofile();
|
||||
|
||||
// Open the database
|
||||
let measure = Measure::start("open");
|
||||
let mut measure = Measure::start("open");
|
||||
let db = Database::open(&blocktree_path)?;
|
||||
|
||||
// Create the metadata column family
|
||||
|
|
Loading…
Reference in New Issue