From 8e4b4f683a0b342cec24cd51b1e98433034ea2ea Mon Sep 17 00:00:00 2001 From: Amiti Uttarwar Date: Wed, 13 Feb 2019 19:22:40 -0800 Subject: Address test todos by removing -txindex to nodes. Originally added when updating getrawtransaction to stop searching unspent utxos. --- test/functional/rpc_rawtransaction.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/rpc_rawtransaction.py') diff --git a/test/functional/rpc_rawtransaction.py b/test/functional/rpc_rawtransaction.py index a97d753626..c793cf00de 100755 --- a/test/functional/rpc_rawtransaction.py +++ b/test/functional/rpc_rawtransaction.py @@ -42,7 +42,6 @@ class RawTransactionsTest(BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 3 - # TODO: remove -txindex. Currently required for getrawtransaction call. self.extra_args = [["-addresstype=legacy", "-txindex"], ["-addresstype=legacy", "-txindex"], ["-addresstype=legacy", "-txindex"]] def skip_test_if_missing_module(self): -- cgit v1.2.3