This commit is contained in:
Michael Vines 2019-11-25 22:48:49 -07:00
parent 506ff5809e
commit 280315a314
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -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