Skip to content
Snippets Groups Projects
Commit 73e1043f authored by Holger's avatar Holger
Browse files

Readme changelog added

parent b0feb74c
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,16 @@ before transmitting the packed file. Please check the hash-sum after downloading
Changelog
=========
0.19.55
-------
* Issue #72 fixed by crokkon
* Improved Docu by jrswab
* Add get_vote_pct_for_SBD, sbd_to_vote_pct and sbd_to_rshares by flugschwein
* beembase/objects: fix serialization of appbase trx by crokkon
* Fix many documentation errors (based on error messages when building) by flugschwein
* Appbase detection fixed
* Unit tests fixed
0.19.54
-------
* Issue #69 fixed
......
......@@ -16,7 +16,6 @@ log = logging.getLogger(__name__)
def is_network_appbase_ready(props):
"""Checks if the network is appbase ready"""
network_version = '0.0.0'
if "STEEMIT_BLOCKCHAIN_VERSION" in props:
return False
elif "STEEM_BLOCKCHAIN_VERSION" in props:
......
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