From 04da9f4834e1651da65ceb6379950cef9450591c Mon Sep 17 00:00:00 2001 From: Amiti Uttarwar Date: Sat, 26 Jan 2019 14:34:00 -0800 Subject: [RPC] Update getrawtransaction interface --- test/functional/interface_rest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/functional/interface_rest.py') diff --git a/test/functional/interface_rest.py b/test/functional/interface_rest.py index afa9de580f..72455a0788 100755 --- a/test/functional/interface_rest.py +++ b/test/functional/interface_rest.py @@ -41,7 +41,8 @@ class RESTTest (BitcoinTestFramework): def set_test_params(self): self.setup_clean_chain = True self.num_nodes = 2 - self.extra_args = [["-rest"], []] + # TODO: remove -txindex. Currently required for getrawtransaction call. + self.extra_args = [["-rest", "-txindex"], []] def skip_test_if_missing_module(self): self.skip_if_no_wallet() -- cgit v1.2.3