Skip to content

Commit

Permalink
return nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Oct 15, 2024
1 parent 8668bc4 commit cc74ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/evm/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -1197,9 +1197,8 @@ func (vm *VM) useStandaloneDatabase(acceptedDB database.Database) (bool, error)
if err == database.ErrNotFound {
// If there is nothing in the database, we can use the standalone database
return true, nil
} else {
return false, err
}
return false, err
}

// getDatabaseConfig returns the database configuration for the chain
Expand Down

0 comments on commit cc74ec4

Please sign in to comment.