Skip to content

Commit

Permalink
Disable precompute for functional tests
Browse files Browse the repository at this point in the history
The locking can interfere with block generation
  • Loading branch information
Fuzzbawls committed Mar 23, 2019
1 parent 53dd8f5 commit 4da1dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/test_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ def initialize_datadir(dirname, n):
f.write("listenonion=0\n")
f.write("litemode=1\n")
f.write("enablezeromint=0\n")
f.write("precompute=0\n")
f.write("staking=0\n")
f.write("spendzeroconfchange=1\n")
return datadir
Expand Down

0 comments on commit 4da1dca

Please sign in to comment.