Skip to content

Commit 51cbb00

Browse files
committed
[Cleanup][Tests] Remove precompute option in default framework node conf
1 parent 7960c6e commit 51cbb00

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

test/functional/test_framework/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ def initialize_datadir(dirname, n):
296296
f.write("rpcport=" + str(rpc_port(n)) + "\n")
297297
f.write("listenonion=0\n")
298298
f.write("enablezeromint=0\n")
299-
f.write("precompute=0\n")
300299
f.write("staking=0\n")
301300
f.write("spendzeroconfchange=1\n")
302301
return datadir

0 commit comments

Comments
 (0)