steemit / steem-python

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

AttributeError: 'Steemd' object has no attribute 'commit' in dex.py #120

Closed amosbastian closed 6 years ago

amosbastian commented 6 years ago

When using the functions buy(), sell() and cancel() in dex.py the following error occurs:

AttributeError: 'Steemd' object has no attribute 'commit' in dex.py
cyon1c commented 6 years ago

Duplicate of #122 .