fix: missing changes from Merge #15404: [test] Remove -txindex to start nodes

This commit is contained in:
Konstantin Akimov 2023-10-19 18:59:56 +07:00 committed by PastaPastaPasta
parent 4cd51487c4
commit 6b5b8973cc

View File

@ -22,12 +22,6 @@ class PSBTTest(BitcoinTestFramework):
def set_test_params(self): def set_test_params(self):
self.num_nodes = 3 self.num_nodes = 3
# TODO: remove -txindex. Currently required for getrawtransaction call.
self.extra_args = [
["-txindex"],
["-txindex"],
["-txindex"]
]
self.supports_cli = False self.supports_cli = False
def skip_test_if_missing_module(self): def skip_test_if_missing_module(self):