Skip to content

Commit ad5dc59

Browse files
committed
nits
1 parent 72018af commit ad5dc59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mm2src/coins/z_coin/storage/blockdb/blockdb_sql_storage.rs

-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ impl BlockDbImpl {
6060
[],
6161
)
6262
.map_to_mm(|err| ZcoinStorageError::DbError(err.to_string()))?;
63-
drop(conn_lock);
6463

6564
Ok(Self { db: conn, ticker })
6665
})
@@ -87,7 +86,6 @@ impl BlockDbImpl {
8786
[],
8887
)
8988
.map_to_mm(|err| ZcoinStorageError::DbError(err.to_string()))?;
90-
drop(conn_lock);
9189

9290
Ok(BlockDbImpl { db: conn, ticker })
9391
})

0 commit comments

Comments
 (0)