diff --git a/blockstore/blockstored.py b/blockstore/blockstored.py index 250e132ed..48d3a2afa 100644 --- a/blockstore/blockstored.py +++ b/blockstore/blockstored.py @@ -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 """ diff --git a/blockstore/lib/config.py b/blockstore/lib/config.py index 09f49687e..d5d65534d 100644 --- a/blockstore/lib/config.py +++ b/blockstore/lib/config.py @@ -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."