Tests for wallet encryption stuff

Added a functional test which tests the encryptwallet, walletpassphrase, walletpassphrasechange, and walletlock RPCs
This commit is contained in:
Andrew Chow
2017-06-07 12:32:45 -07:00
parent 46311e792f
commit ec98b78e1e
2 changed files with 67 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ BASE_SCRIPTS= [
'rpcnamedargs.py',
'listsinceblock.py',
'p2p-leaktests.py',
'wallet-encryption.py',
]
EXTENDED_SCRIPTS = [