diff --git a/test/functional/rpc_rawtransaction.py b/test/functional/rpc_rawtransaction.py index 18b1fc18967..b8870bd8139 100755 --- a/test/functional/rpc_rawtransaction.py +++ b/test/functional/rpc_rawtransaction.py @@ -70,7 +70,7 @@ class RawTransactionsTest(BitcoinTestFramework): self.num_nodes = 3 self.extra_args = [ ["-txindex"], - ["-txindex"], + [], ["-fastprune", "-prune=1"], ] # whitelist peers to speed up tx relay / mempool sync diff --git a/test/functional/wallet_avoid_mixing_output_types.py b/test/functional/wallet_avoid_mixing_output_types.py index 146b3df3f4d..38aeca76d20 100755 --- a/test/functional/wallet_avoid_mixing_output_types.py +++ b/test/functional/wallet_avoid_mixing_output_types.py @@ -117,7 +117,6 @@ class AddressInputTypeGrouping(BitcoinTestFramework): self.extra_args = [ [ "-addresstype=bech32", - "-txindex", ], [ "-addresstype=p2sh-segwit",