Skip to content
Snippets Groups Projects

Prioritize HIVE_CHAIN_ID property for the chain selection

Merged Brian of London requested to merge brianoflondon/fix-encrypted-transfer-cfoxon into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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]
Loading