From facc352648e4fe1ed9b406400b6e4a9d51f30349 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 10 Nov 2020 18:02:31 +0100 Subject: test: Implicitly sync after generate*, unless opted out --- test/functional/rpc_txoutproof.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/rpc_txoutproof.py') diff --git a/test/functional/rpc_txoutproof.py b/test/functional/rpc_txoutproof.py index a45694328a..3cb11b4c18 100755 --- a/test/functional/rpc_txoutproof.py +++ b/test/functional/rpc_txoutproof.py @@ -43,7 +43,6 @@ class MerkleBlockTest(BitcoinTestFramework): self.generate(self.nodes[0], 1) blockhash = self.nodes[0].getblockhash(chain_height + 1) - self.sync_all() txlist = [] blocktxn = self.nodes[0].getblock(blockhash, True)["tx"] -- cgit v1.2.3