diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2016-08-03 19:28:39 -0700 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2016-08-07 19:30:16 -0700 |
commit | 25400c4de18fe63a0b1051cc158b62f6c8c7ba90 (patch) | |
tree | fbd9ba2bb58aeb2e3e0bfe71329ad16069387897 /qa/pull-tester/rpc-tests.py | |
parent | 5c7a5e1f66d8611d84d66c7e0295bd41c71f85bf (diff) |
Account wallet feature RPC tests.
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
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', |