We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7960c6e commit 51cbb00Copy full SHA for 51cbb00
test/functional/test_framework/util.py
@@ -296,7 +296,6 @@ def initialize_datadir(dirname, n):
296
f.write("rpcport=" + str(rpc_port(n)) + "\n")
297
f.write("listenonion=0\n")
298
f.write("enablezeromint=0\n")
299
- f.write("precompute=0\n")
300
f.write("staking=0\n")
301
f.write("spendzeroconfchange=1\n")
302
return datadir
0 commit comments