Skip to content

Commit

Permalink
Disable HD wallet by default (#1629)
Browse files Browse the repository at this point in the history
* disable hd wallet by default, fix related comments/help strings

* split tests for HD and non-HD cases
  • Loading branch information
UdjinM6 authored Sep 20, 2017
1 parent 5f0da8a commit cd76f2a
Show file tree
Hide file tree
Showing 7 changed files with 753 additions and 54 deletions.
2 changes: 2 additions & 0 deletions qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
'proxy_test.py',
'merkle_blocks.py',
'fundrawtransaction.py',
'fundrawtransaction-hd.py',
'signrawtransactions.py',
'walletbackup.py',
'nodehandling.py',
Expand All @@ -121,6 +122,7 @@
'disablewallet.py',
'sendheaders.py', # NOTE: needs dash_hash to pass
'keypool.py',
'keypool-hd.py',
'prioritise_transaction.py',
'invalidblockrequest.py', # NOTE: needs dash_hash to pass
'invalidtxrequest.py', # NOTE: needs dash_hash to pass
Expand Down
Loading

0 comments on commit cd76f2a

Please sign in to comment.