From 9bfb0d75ba10591cc6c9620f9fd1ecc0e55e7a48 Mon Sep 17 00:00:00 2001 From: Hodlinator <172445034+hodlinator@users.noreply.github.com> Date: Sat, 1 Mar 2025 14:45:57 +0100 Subject: [PATCH] qa: Remove unnecessary -txindex args (Parent commit ensured indexes in feature_init.py are actually used, otherwise they would be removed here as well). --- test/functional/rpc_rawtransaction.py | 2 +- test/functional/wallet_avoid_mixing_output_types.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",