aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-03-07 13:49:44 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-03-07 15:53:30 -0500
commitfa2310572f4cfcd3322409ce7e37dde155fc4bc9 (patch)
tree1ae0e3a10976f64be1a2bf8a5f190611f8181b46 /test/functional/test_framework/util.py
parent791c3ea61b4e49fd46a1a71b84ca99ddf69d2ff7 (diff)
downloadbitcoin-fa2310572f4cfcd3322409ce7e37dde155fc4bc9.tar.xz
qa: Cache only chain and wallet for regtest datadir
Diffstat (limited to 'test/functional/test_framework/util.py')
-rw-r--r--test/functional/test_framework/util.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/test_framework/util.py b/test/functional/test_framework/util.py
index a4b8d5af02..51d9936ce4 100644
--- a/test/functional/test_framework/util.py
+++ b/test/functional/test_framework/util.py
@@ -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]