Skip to content
Snippets Groups Projects
Unverified Commit 9f0c2222 authored by Alexander Morris's avatar Alexander Morris Committed by GitHub
Browse files

Update graphenerpc.py

parent b9d91fb6
No related branches found
No related tags found
No related merge requests found
......@@ -459,6 +459,8 @@ class GrapheneRPC(object):
api_name = get_api_name(self.is_appbase_ready(), *args, **kwargs)
if self.is_appbase_ready() and self.use_condenser:
api_name = "condenser_api"
if (api_name == None):
api_name = 'database_api'
# let's be able to define the num_retries per query
stored_num_retries_call = self.nodes.num_retries_call
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment