QA: Fix feature_fedpeg.py to work with 0.17.0

This commit is contained in:
Jorge Timón 2018-09-26 06:45:19 +02:00
parent a7736f8749
commit 498877e871
No known key found for this signature in database
GPG key ID: A4F5D141C01A0387

View file

@ -72,6 +72,7 @@ class FedPegTest(BitcoinTestFramework):
"-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'