We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a73f8 commit aed4738Copy full SHA for aed4738
ledger/src/blockstore_db.rs
@@ -416,7 +416,6 @@ pub(crate) struct Rocks {
416
417
impl Rocks {
418
pub(crate) fn open(path: PathBuf, options: BlockstoreOptions) -> Result<Rocks> {
419
- // let access_type = options.access_type.clone();
420
let recovery_mode = options.recovery_mode.clone();
421
422
fs::create_dir_all(&path)?;
0 commit comments