Update comments

This commit is contained in:
Jude Nelson
2015-09-09 19:30:32 -04:00
parent 809e9baab0
commit 86de9ca70e
2 changed files with 2 additions and 1 deletions

View File

@@ -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
"""

View File

@@ -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."