File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def setup_network(self, split=False):
66
66
self .parent_chain = 'regtest'
67
67
rpc_u , rpc_p = rpc_auth_pair (n )
68
68
self .extra_args .append ([
69
- "-printtoconsole" ,
69
+ "-printtoconsole=0 " ,
70
70
"-port=" + str (p2p_port (n )),
71
71
"-rpcuser=" + rpc_u ,
72
72
"-rpcpassword=" + rpc_p ,
@@ -77,7 +77,7 @@ def setup_network(self, split=False):
77
77
else :
78
78
self .parent_chain = 'parent'
79
79
self .extra_args .append ([
80
- "-printtoconsole" ,
80
+ "-printtoconsole=0 " ,
81
81
'-validatepegin=0' ,
82
82
'-anyonecanspendaremine' ,
83
83
'-initialfreecoins=2100000000000000' ,
@@ -97,7 +97,7 @@ def setup_network(self, split=False):
97
97
for n in range (2 ):
98
98
rpc_u , rpc_p = rpc_auth_pair (n )
99
99
args = [
100
- "-printtoconsole" ,
100
+ "-printtoconsole=0 " ,
101
101
'-parentgenesisblockhash=%s' % self .parentgenesisblockhash ,
102
102
'-validatepegin=1' ,
103
103
'-fedpegscript=%s' % self .fedpeg_script ,
You can’t perform that action at this time.
0 commit comments