GolosChain / golos-python

Official Python Library for Golos Blockchain
MIT License
3 stars 4 forks source link

Change default node to golos-related #13

Closed bitphage closed 6 years ago

bitphage commented 6 years ago

steem/steemd.py:

     def __init__(self, nodes=None, **kwargs):
         if not nodes:
            nodes = get_config_node_list() or ['https://steemd.steemit.com']