From 6b5b8973ccde12af971cd385d6e8fed908215212 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Thu, 19 Oct 2023 18:59:56 +0700 Subject: [PATCH] fix: missing changes from Merge #15404: [test] Remove -txindex to start nodes --- test/functional/rpc_psbt.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py index 569663b39b..dab136404e 100755 --- a/test/functional/rpc_psbt.py +++ b/test/functional/rpc_psbt.py @@ -22,12 +22,6 @@ class PSBTTest(BitcoinTestFramework): def set_test_params(self): self.num_nodes = 3 - # TODO: remove -txindex. Currently required for getrawtransaction call. - self.extra_args = [ - ["-txindex"], - ["-txindex"], - ["-txindex"] - ] self.supports_cli = False def skip_test_if_missing_module(self):