aboutsummaryrefslogtreecommitdiff
path: root/test/functional/listtransactions.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-06-07 13:43:03 -0400
committerJohn Newbery <john@johnnewbery.com>2017-06-29 11:55:23 +0100
commit0d473c539ed0f53168aa3bae8474f214831dec1f (patch)
tree3bb27a7b56a4d8d7cd49297d64dedf524cb8f872 /test/functional/listtransactions.py
parentcad967a892d836b3afbd1ab81c73731e968368c6 (diff)
downloadbitcoin-0d473c539ed0f53168aa3bae8474f214831dec1f.tar.xz
[tests] move mocktime property and functions to BitcoinTestFramework
Diffstat (limited to 'test/functional/listtransactions.py')
-rwxr-xr-xtest/functional/listtransactions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/listtransactions.py b/test/functional/listtransactions.py
index f69f1c5724..f75a8e29cc 100755
--- a/test/functional/listtransactions.py
+++ b/test/functional/listtransactions.py
@@ -23,7 +23,7 @@ class ListTransactionsTest(BitcoinTestFramework):
def setup_nodes(self):
#This test requires mocktime
- enable_mocktime()
+ self.enable_mocktime()
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
def run_test(self):