We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc552 commit 3d588eaCopy full SHA for 3d588ea
test/functional/test_framework/util.py
@@ -295,7 +295,7 @@ def initialize_datadir(dirname, n):
295
f.write("port=" + str(p2p_port(n)) + "\n")
296
f.write("rpcport=" + str(rpc_port(n)) + "\n")
297
f.write("listenonion=0\n")
298
- f.write("litemode=1\n")
+ f.write("litemode=1\n")
299
f.write("enablezeromint=0\n")
300
f.write("staking=0\n")
301
f.write("spendzeroconfchange=1\n")
0 commit comments