steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Account creation with delegation is deprecated as of Hardfork 20 #276

Closed devopsjourney1 closed 3 years ago

devopsjourney1 commented 5 years ago

Version of Python you are running

python3.6.3

Version of steem-python you are running

1.01

Expected Behavior

s.create_account( accountname, password=password, creator=creatorname, json_meta={"profile": {"name": displayname}}, )

Actual Behavior

The account does not create. gives this error: "Account creation with delegation is deprecated as of Hardfork 20) in broadcast_transaction"

Stack Trace

ERROR:steembase.http_client:Unexpected exception! Please report at https://github.com/steemit/steem-python/issues -- RPCError: assert_exception from None (Assert Exception:!_db.has_hardfork( STEEM_HARDFORK_0_20__1760 ): Account creation with delegation is deprecated as of Hardfork 20) in broadcast_transaction Traceback (most recent call last):