mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-01 12:23:03 +08:00
Update comments
This commit is contained in:
@@ -214,7 +214,7 @@ def json_traceback():
|
||||
|
||||
def get_utxo_provider_client():
|
||||
"""
|
||||
Get or instantiate our blockchain UTXO provider's client (i.e. chain.com; falling back to bitcoind otherwise).
|
||||
Get or instantiate our blockchain UTXO provider's client.
|
||||
Return None if we were unable to connect
|
||||
"""
|
||||
|
||||
|
||||
@@ -823,6 +823,7 @@ def configure( config_file=None, force=False, interactive=True ):
|
||||
|
||||
if not force:
|
||||
|
||||
# default DHT options
|
||||
dht_opts = default_dht_opts( config_file=config_file )
|
||||
|
||||
dht_msg = "Please enter your DHT node configuration.\nUnless you plan on leaving Blockstore\nrunning, you should disable the DHT feature."
|
||||
|
||||
Reference in New Issue
Block a user