diff options
| author | MarcoFalke <[email protected]> | 2016-07-06 10:36:46 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-07-07 22:19:35 +0200 |
| commit | fade505e8b0fa37e2d99bf94259250271a9604d4 (patch) | |
| tree | 55af44014767755276287304aa145e45917ca19b /qa/pull-tester | |
| parent | [qa] test_framework: Add wrapper for stop_node (diff) | |
| download | discoin-fade505e8b0fa37e2d99bf94259250271a9604d4.tar.xz discoin-fade505e8b0fa37e2d99bf94259250271a9604d4.zip | |
[qa] Add wallet-hd test
Diffstat (limited to 'qa/pull-tester')
| -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 37979a933..11b83bac1 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', |