steem-python
steem-python copied to clipboard
propagate custom steemd instance to internal constructors
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.