Skip to content

Commit

Permalink
QA: Fix feature_fedpeg.py to work with 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Sep 26, 2018
1 parent a7736f8 commit 498877e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/rpc-tests/feature_fedpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def setup_network(self, split=False):
"-rpcpassword="+rpc_p,
"-rpcport="+str(rpc_port(n)),
"-addresstype=legacy", # To make sure bitcoind gives back p2pkh no matter version
"-deprecatedrpc=validateaddress",
])
else:
self.parent_chain = 'parent'
Expand Down

0 comments on commit 498877e

Please sign in to comment.