Skip to content

Commit 4da1dca

Browse files
committed
Disable precompute for functional tests
The locking can interfere with block generation
1 parent 53dd8f5 commit 4da1dca

File tree

1 file changed

+1
-0
lines changed
  • test/functional/test_framework

1 file changed

+1
-0
lines changed

test/functional/test_framework/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ def initialize_datadir(dirname, n):
297297
f.write("listenonion=0\n")
298298
f.write("litemode=1\n")
299299
f.write("enablezeromint=0\n")
300+
f.write("precompute=0\n")
300301
f.write("staking=0\n")
301302
f.write("spendzeroconfchange=1\n")
302303
return datadir

0 commit comments

Comments
 (0)