mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
fix: missing changes from Merge #15404: [test] Remove -txindex to start nodes
This commit is contained in:
parent
4cd51487c4
commit
6b5b8973cc
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user