Skip to content

Commit

Permalink
[Cleanup][Tests] Remove precompute option in default framework node conf
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Jan 3, 2020
1 parent 7960c6e commit 51cbb00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/test_framework/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def initialize_datadir(dirname, n):
f.write("rpcport=" + str(rpc_port(n)) + "\n")
f.write("listenonion=0\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 51cbb00

Please sign in to comment.