aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_basic.py
diff options
context:
space:
mode:
authorAmiti Uttarwar <[email protected]>2019-01-26 14:34:00 -0800
committerAmiti Uttarwar <[email protected]>2019-01-26 18:36:53 -0800
commit04da9f4834e1651da65ceb6379950cef9450591c (patch)
treec09a61a7b7223b0aff17834f5cf3094aa46b1e75 /test/functional/wallet_basic.py
parentMerge #15154: configure: bitcoin-tx doesn't need libevent, so don't pull it in (diff)
downloaddiscoin-04da9f4834e1651da65ceb6379950cef9450591c.tar.xz
discoin-04da9f4834e1651da65ceb6379950cef9450591c.zip
[RPC] Update getrawtransaction interface
Diffstat (limited to 'test/functional/wallet_basic.py')
-rwxr-xr-xtest/functional/wallet_basic.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/wallet_basic.py b/test/functional/wallet_basic.py
index 7184bb8cb..daae2ed3c 100755
--- a/test/functional/wallet_basic.py
+++ b/test/functional/wallet_basic.py
@@ -23,6 +23,8 @@ class WalletTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 4
self.setup_clean_chain = True
+ # TODO: remove -txindex. Currently required for getrawtransaction call.
+ self.extra_args = [[], [], ["-txindex"], []]
def skip_test_if_missing_module(self):
self.skip_if_no_wallet()