Do not download transactions during inital sync

This commit is contained in:
ptschip
2015-12-05 09:02:02 -08:00
parent 7a5040155e
commit 39a525c21f
4 changed files with 37 additions and 5 deletions

View File

@@ -32,6 +32,11 @@ def check_array_result(object_array, to_match, expected):
class ListTransactionsTest(BitcoinTestFramework):
def setup_nodes(self):
#This test requires mocktime
enable_mocktime()
return start_nodes(4, self.options.tmpdir)
def run_test(self):
# Simple send, 0 to 1:
txid = self.nodes[0].sendtoaddress(self.nodes[1].getnewaddress(), 0.1)