Skip to content
Snippets Groups Projects
Commit d6ef24a0 authored by crokkon's avatar crokkon
Browse files

detect HIVE as appbase-ready chain

parent 68dd08fc
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
...@@ -20,6 +20,10 @@ def is_network_appbase_ready(props): ...@@ -20,6 +20,10 @@ def is_network_appbase_ready(props):
return False return False
elif "STEEM_BLOCKCHAIN_VERSION" in props: elif "STEEM_BLOCKCHAIN_VERSION" in props:
return True return True
elif "HIVE_BLOCKCHAIN_VERSION" in props:
return True
else:
return False
def get_query(appbase, request_id, api_name, name, args): def get_query(appbase, request_id, api_name, name, args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment