diff options
author | John Newbery <john@johnnewbery.com> | 2017-06-07 13:43:03 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-06-29 11:55:23 +0100 |
commit | 0d473c539ed0f53168aa3bae8474f214831dec1f (patch) | |
tree | 3bb27a7b56a4d8d7cd49297d64dedf524cb8f872 /test/functional/listtransactions.py | |
parent | cad967a892d836b3afbd1ab81c73731e968368c6 (diff) |
[tests] move mocktime property and functions to BitcoinTestFramework
Diffstat (limited to 'test/functional/listtransactions.py')
-rwxr-xr-x | test/functional/listtransactions.py | 2 |
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): |