We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c8a02 commit faca373Copy full SHA for faca373
test/functional/wallet_import_rescan.py
@@ -182,6 +182,7 @@ def run_test(self):
182
self.nodes[0].generate(1) # Generate one block for each send
183
variant.confirmation_height = self.nodes[0].getblockcount()
184
variant.timestamp = self.nodes[0].getblockheader(self.nodes[0].getbestblockhash())["time"]
185
+ self.sync_all() # Conclude sync before calling setmocktime to avoid timeouts
186
187
# Generate a block further in the future (past the rescan window).
188
assert_equal(self.nodes[0].getrawmempool(), [])
0 commit comments