diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-19 12:57:56 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-19 12:58:15 +0100 |
| commit | 3b43cad9d0596a94b6d9d85460a4c591c485bf63 (patch) | |
| tree | 48deedd4b244082585f5c06d269e839b764238dd /qa/rpc-tests/receivedby.py | |
| parent | Merge pull request #7280 (diff) | |
| parent | Do not download transactions during inital sync (diff) | |
| download | discoin-3b43cad9d0596a94b6d9d85460a4c591c485bf63.tar.xz discoin-3b43cad9d0596a94b6d9d85460a4c591c485bf63.zip | |
Merge pull request #7164: Do not download transactions during initial blockchain sync
39a525c Do not download transactions during inital sync (ptschip)
Diffstat (limited to 'qa/rpc-tests/receivedby.py')
| -rwxr-xr-x | qa/rpc-tests/receivedby.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/rpc-tests/receivedby.py b/qa/rpc-tests/receivedby.py index 18af0e810..606426b39 100755 --- a/qa/rpc-tests/receivedby.py +++ b/qa/rpc-tests/receivedby.py @@ -53,6 +53,11 @@ def check_array_result(object_array, to_match, expected, should_not_find = False class ReceivedByTest(BitcoinTestFramework): + def setup_nodes(self): + #This test requires mocktime + enable_mocktime() + return start_nodes(4, self.options.tmpdir) + def run_test(self): ''' listreceivedbyaddress Test |