Skip to content

Commit

Permalink
qa: Disable -printtoconsole in feature_fedpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Sep 26, 2018
1 parent 1451e86 commit c858a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qa/rpc-tests/feature_fedpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def setup_network(self, split=False):
self.parent_chain = 'regtest'
rpc_u, rpc_p = rpc_auth_pair(n)
self.extra_args.append([
"-printtoconsole",
#"-printtoconsole",
"-port="+str(p2p_port(n)),
"-rpcuser="+rpc_u,
"-rpcpassword="+rpc_p,
Expand All @@ -77,7 +77,7 @@ def setup_network(self, split=False):
else:
self.parent_chain = 'parent'
self.extra_args.append([
"-printtoconsole",
#"-printtoconsole",
'-validatepegin=0',
'-anyonecanspendaremine',
'-initialfreecoins=2100000000000000',
Expand All @@ -97,7 +97,7 @@ def setup_network(self, split=False):
for n in range(2):
rpc_u, rpc_p = rpc_auth_pair(n)
args = [
"-printtoconsole",
#"-printtoconsole",
'-parentgenesisblockhash=%s' % self.parentgenesisblockhash,
'-validatepegin=1',
'-fedpegscript=%s' % self.fedpeg_script,
Expand Down

0 comments on commit c858a77

Please sign in to comment.