You are viewing a single comment's thread from:

RE: Broadcasting custom operations into STEEM blockchain

in #steem6 years ago

hi i am facing the below error:

AttributeError: module 'steem' has no attribute 'steemd'

 20     if not _shared_steemd_instance:
 21         if sys.version >= '3.5':

---> 22 _shared_steemd_instance = stm.steemd.Steemd(
23 nodes=get_config_node_list())
24 else: