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 60b6ff5 commit 2bc1ecfCopy full SHA for 2bc1ecf
test/functional/feature_assumeutxo.py
@@ -166,8 +166,6 @@ def run_test(self):
166
for n in self.nodes:
167
n.setmocktime(n.getblockheader(n.getbestblockhash())['time'])
168
169
- self.sync_blocks()
170
-
171
# Generate a series of blocks that `n0` will have in the snapshot,
172
# but that n1 doesn't yet see. In order for the snapshot to activate,
173
# though, we have to ferry over the new headers to n1 so that it
test/functional/wallet_assumeutxo.py
@@ -62,8 +62,6 @@ def run_test(self):
62
63
64
65
66
67
n0.createwallet('w')
68
w = n0.get_wallet_rpc("w")
69
0 commit comments