Skip to content

Commit 9545ca3

Browse files
committed
qa: Disable -printtoconsole in feature_fedpeg
1 parent 1451e86 commit 9545ca3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qa/rpc-tests/feature_fedpeg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def setup_network(self, split=False):
6666
self.parent_chain = 'regtest'
6767
rpc_u, rpc_p = rpc_auth_pair(n)
6868
self.extra_args.append([
69-
"-printtoconsole",
69+
"-printtoconsole=0",
7070
"-port="+str(p2p_port(n)),
7171
"-rpcuser="+rpc_u,
7272
"-rpcpassword="+rpc_p,
@@ -77,7 +77,7 @@ def setup_network(self, split=False):
7777
else:
7878
self.parent_chain = 'parent'
7979
self.extra_args.append([
80-
"-printtoconsole",
80+
"-printtoconsole=0",
8181
'-validatepegin=0',
8282
'-anyonecanspendaremine',
8383
'-initialfreecoins=2100000000000000',
@@ -97,7 +97,7 @@ def setup_network(self, split=False):
9797
for n in range(2):
9898
rpc_u, rpc_p = rpc_auth_pair(n)
9999
args = [
100-
"-printtoconsole",
100+
"-printtoconsole=0",
101101
'-parentgenesisblockhash=%s' % self.parentgenesisblockhash,
102102
'-validatepegin=1',
103103
'-fedpegscript=%s' % self.fedpeg_script,

0 commit comments

Comments
 (0)