Removes old commented code

This commit is contained in:
Sergi Delgado Segura
2020-03-31 16:55:40 +02:00
parent 3e32d8a85e
commit bf0ae36940

View File

@@ -17,8 +17,6 @@ END_TIME_DELTA = 10
@pytest.fixture(scope="session") @pytest.fixture(scope="session")
def bitcoin_cli(): def bitcoin_cli():
config = get_config(DATA_DIR, CONF_FILE_NAME, DEFAULT_CONF) config = get_config(DATA_DIR, CONF_FILE_NAME, DEFAULT_CONF)
print(config)
# btc_connect_params = {k: v["value"] for k, v in DEFAULT_CONF.items() if k.startswith("BTC")}
return AuthServiceProxy( return AuthServiceProxy(
"http://%s:%s@%s:%d" "http://%s:%s@%s:%d"