mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
QA: Fix feature_fedpeg.py to work with 0.17.0
This commit is contained in:
parent
a7736f8749
commit
498877e871
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue