Skip to content

Commit 9bfb0d7

Browse files
committed
qa: Remove unnecessary -txindex args
(Parent commit ensured indexes in feature_init.py are actually used, otherwise they would be removed here as well).
1 parent 7ac281c commit 9bfb0d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/functional/rpc_rawtransaction.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def set_test_params(self):
7070
self.num_nodes = 3
7171
self.extra_args = [
7272
["-txindex"],
73-
["-txindex"],
73+
[],
7474
["-fastprune", "-prune=1"],
7575
]
7676
# whitelist peers to speed up tx relay / mempool sync

test/functional/wallet_avoid_mixing_output_types.py

-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def set_test_params(self):
117117
self.extra_args = [
118118
[
119119
"-addresstype=bech32",
120-
"-txindex",
121120
],
122121
[
123122
"-addresstype=p2sh-segwit",

0 commit comments

Comments
 (0)