qa: Remove unnecessary -txindex args

(Parent commit ensured indexes in feature_init.py are actually used, otherwise they would be removed here as well).
This commit is contained in:
Hodlinator 2025-03-01 14:45:57 +01:00
parent 7ac281c19c
commit 9bfb0d75ba
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -117,7 +117,6 @@ class AddressInputTypeGrouping(BitcoinTestFramework):
self.extra_args = [
[
"-addresstype=bech32",
"-txindex",
],
[
"-addresstype=p2sh-segwit",