Skip to content
Snippets Groups Projects
Unverified Commit dd3e0da7 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt Committed by GitHub
Browse files

Merge pull request #313 from emre/patch-1

Prioritize HIVE_CHAIN_ID property for the chain selection
parents 6a92c7ba cb1ed699
No related branches found
No related tags found
1 merge request!11Changes specific to HF25 done in https://github.com/holgern/beem master branch
......@@ -304,6 +304,8 @@ class GrapheneRPC(object):
prefix = None
symbols = []
chain_assets = []
if 'HIVE_CHAIN_ID' in props and 'STEEM_CHAIN_ID' in props:
del props['STEEM_CHAIN_ID']
for key in props:
if key[-8:] == "CHAIN_ID":
chain_id = props[key]
......
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