Skip to content

Commit 498877e

Browse files
committed
QA: Fix feature_fedpeg.py to work with 0.17.0
1 parent a7736f8 commit 498877e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/rpc-tests/feature_fedpeg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def setup_network(self, split=False):
7272
"-rpcpassword="+rpc_p,
7373
"-rpcport="+str(rpc_port(n)),
7474
"-addresstype=legacy", # To make sure bitcoind gives back p2pkh no matter version
75+
"-deprecatedrpc=validateaddress",
7576
])
7677
else:
7778
self.parent_chain = 'parent'

0 commit comments

Comments
 (0)