steemit / steem-python

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

propagate custom steemd instance to internal constructors #124

Open crokkon opened 6 years ago

crokkon commented 6 years ago

there are several internal Account()/Post()/Blockchain()/Block()/Converter() instances that use the default shared steemd instance even if a custom steemd instance is given to the constructors of the parent classes.