Skip to content

Commit af49d86

Browse files
committed
Merge bitcoin/bitcoin#27093: test: Fix intermittent sync issue in wallet_pruning
fa9ec7b test: Fix intermittent sync issue in wallet_pruning (MarcoFalke) Pull request description: The `sync_fun=self.no_op` has no motivation or rationale, and seems to be causing issues. Fix that by removing it. Actually fixes bitcoin/bitcoin#27065, see bitcoin/bitcoin#27066 (comment) ACKs for top commit: fanquake: ACK fa9ec7b Tree-SHA512: 3c67da6705d6698fcabb29de169a2b4723f74705c979380d1fddce5fe9595b4595445fd7d9790a6b2a89f10ce8ec3c64ce45248f58fd920b72b7b6fba8afb09f
2 parents d6ef44c + fa9ec7b commit af49d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def run_test(self):
123123

124124
# A blk*.dat file is 128MB
125125
# Generate 250 light blocks
126-
self.generate(self.nodes[0], 250, sync_fun=self.no_op)
126+
self.generate(self.nodes[0], 250)
127127
# Generate 50MB worth of large blocks in the blk00000.dat file
128128
self.mine_large_blocks(self.nodes[0], 50)
129129

0 commit comments

Comments
 (0)