aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-09-06 14:01:52 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-10-08 14:23:51 +0200
commitfa6af312277bb1b7e57d9b764d411c5b0873829f (patch)
tree31f3c9b8e4c0fe58e2c25196ef3a9a1a68f37fc0 /test/functional/wallet_importmulti.py
parentfa135a13b8ddaa117bd090ec43a3eab3a95755c1 (diff)
downloadbitcoin-fa6af312277bb1b7e57d9b764d411c5b0873829f.tar.xz
test: Document why syncwithvalidationinterfacequeue is needed in tests
Diffstat (limited to 'test/functional/wallet_importmulti.py')
-rwxr-xr-xtest/functional/wallet_importmulti.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_importmulti.py b/test/functional/wallet_importmulti.py
index f7fdd6e908..30206349ae 100755
--- a/test/functional/wallet_importmulti.py
+++ b/test/functional/wallet_importmulti.py
@@ -64,7 +64,7 @@ class ImportMultiTest(BitcoinTestFramework):
self.nodes[0].generate(1)
self.nodes[1].generate(1)
timestamp = self.nodes[1].getblock(self.nodes[1].getbestblockhash())['mediantime']
- self.nodes[1].syncwithvalidationinterfacequeue()
+ self.nodes[1].syncwithvalidationinterfacequeue() # Sync the timestamp to the wallet, so that importmulti works
node0_address1 = self.nodes[0].getaddressinfo(self.nodes[0].getnewaddress())