Skip to content
Snippets Groups Projects

Changes specific to HF25 done in https://github.com/holgern/beem master branch

Merged Bartek Wrona requested to merge bw_holgern2gitlab_master 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