Skip to content

Commit 1bf8bbb

Browse files
committed
v1.2.1 - set network_account when network=hive
1 parent df2f4f4 commit 1bf8bbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

privex/steemengine/SteemEngineToken.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ def __init__(self, network_account='ssc-mainnet1', history_conf: dict = None, ne
9090
if network == "hive":
9191
rpc_args['hostname'] = rpc_args.get('hostname', 'api.hive-engine.com')
9292
rpc_args['url'] = rpc_args.get('url', '/rpc/contracts')
93+
network_account = 'ssc-mainnet-hive'
9394
history_conf['hostname'] = history_conf.get('hostname', 'accounts.hive-engine.com')
9495
history_conf['url'] = history_conf.get('url', 'accountHistory')
9596

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
setup(
4343
name='privex_steemengine',
4444

45-
version='1.2.0',
45+
version='1.2.1',
4646

4747
description='A small library for querying and interacting with the SteemEngine network (https://steem-engine.com)',
4848
long_description=long_description,

0 commit comments

Comments
 (0)