qa: Cache only chain and wallet for regtest datadir

This commit is contained in:
MarcoFalke
2018-03-07 13:49:44 -05:00
parent 791c3ea61b
commit fa2310572f
2 changed files with 13 additions and 13 deletions

View File

@@ -328,9 +328,6 @@ def get_auth_cookie(datadir):
raise ValueError("No RPC credentials")
return user, password
def log_filename(dirname, n_node, logname):
return os.path.join(dirname, "node" + str(n_node), "regtest", logname)
def get_bip9_status(node, key):
info = node.getblockchaininfo()
return info['bip9_softforks'][key]