Skip to content

Commit

Permalink
chore(drive): do not verify grovedb on start
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jul 17, 2024
1 parent bf84d9d commit 838b5f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/rs-drive-abci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ impl Cli {
) -> Result<(), String> {
match self.command {
Commands::Start => {
verify_grovedb(&config.db_path, false)?;

let core_rpc = DefaultCoreRPC::open(
config.core.consensus_rpc.url().as_str(),
config.core.consensus_rpc.username.clone(),
Expand Down

0 comments on commit 838b5f6

Please sign in to comment.