Rename open_with_access_type() to open_with_options() (#22123)
This commit is contained in:
committed by
GitHub
parent
b11d3b5abf
commit
5771c36d3f
@ -670,7 +670,7 @@ fn open_blockstore(
|
||||
access_type: AccessType,
|
||||
wal_recovery_mode: Option<BlockstoreRecoveryMode>,
|
||||
) -> Blockstore {
|
||||
match Blockstore::open_with_access_type(
|
||||
match Blockstore::open_with_options(
|
||||
ledger_path,
|
||||
BlockstoreOptions {
|
||||
access_type,
|
||||
|
Reference in New Issue
Block a user