diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-07-06 10:36:46 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-07-07 22:19:35 +0200 |
commit | fade505e8b0fa37e2d99bf94259250271a9604d4 (patch) | |
tree | 55af44014767755276287304aa145e45917ca19b /qa/pull-tester/rpc-tests.py | |
parent | fa9976b853dbd04334cd0b5a058b99aa0014e649 (diff) |
[qa] Add wallet-hd test
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 37979a933f..11b83bac14 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-hd.py', 'listtransactions.py', 'receivedby.py', 'mempool_resurrect_test.py', |