aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_assumeutxo.py
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2024-02-19 17:47:34 +0100
committerFabian Jahr <fjahr@protonmail.com>2024-02-26 17:04:46 +0100
commit2bc1ecfaa9b69a20388e913ec64967de2f506cd3 (patch)
tree556039457d8e9cc0a3c9d093ade772f549979d86 /test/functional/wallet_assumeutxo.py
parent60b6ff5ac030b65d63deda18517a6a5a02ead3b8 (diff)
downloadbitcoin-2bc1ecfaa9b69a20388e913ec64967de2f506cd3.tar.xz
test: Remove unnecessary sync_blocks in assumeutxo tests
The nodes are not connected at this point and no blocks have been mined, so it does not seem do anything
Diffstat (limited to 'test/functional/wallet_assumeutxo.py')
-rwxr-xr-xtest/functional/wallet_assumeutxo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_assumeutxo.py b/test/functional/wallet_assumeutxo.py
index 3c1a997bd1..30396da015 100755
--- a/test/functional/wallet_assumeutxo.py
+++ b/test/functional/wallet_assumeutxo.py
@@ -62,8 +62,6 @@ class AssumeutxoTest(BitcoinTestFramework):
for n in self.nodes:
n.setmocktime(n.getblockheader(n.getbestblockhash())['time'])
- self.sync_blocks()
-
n0.createwallet('w')
w = n0.get_wallet_rpc("w")