aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorPatrick Strateman <patrick.strateman@gmail.com>2016-08-03 19:28:39 -0700
committerPatrick Strateman <patrick.strateman@gmail.com>2016-08-07 19:30:16 -0700
commit25400c4de18fe63a0b1051cc158b62f6c8c7ba90 (patch)
treefbd9ba2bb58aeb2e3e0bfe71329ad16069387897 /qa/pull-tester
parent5c7a5e1f66d8611d84d66c7e0295bd41c71f85bf (diff)
downloadbitcoin-25400c4de18fe63a0b1051cc158b62f6c8c7ba90.tar.xz
Account wallet feature RPC tests.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index f65a3eefc3..ed50946343 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -106,6 +106,7 @@ testScripts = [
'walletbackup.py',
'bip68-112-113-p2p.py',
'wallet.py',
+ 'wallet-accounts.py',
'wallet-hd.py',
'wallet-dump.py',
'listtransactions.py',