diff --git a/qa/rpc-tests/feature_fedpeg.py b/qa/rpc-tests/feature_fedpeg.py index 6b627a1dfc..19f508f7b6 100755 --- a/qa/rpc-tests/feature_fedpeg.py +++ b/qa/rpc-tests/feature_fedpeg.py @@ -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'