diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2019-04-25 07:44:00 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2019-10-30 18:56:25 +0000 |
commit | a6f6f77a86a50de32275f7aac37aa6eaf79f79eb (patch) | |
tree | f990dcfd28a215cd26c5af3d4d1ad85062a13574 /test/functional/test_runner.py | |
parent | 8afa602f308ef003bb6893718eae1fe5a830690c (diff) |
QA: Add wallet_implicitsegwit to test the ability to transform keys between address types
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 9c92091f1d..b6f2afd6c7 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -181,6 +181,7 @@ BASE_SCRIPTS = [ 'mining_basic.py', 'wallet_bumpfee.py', 'wallet_bumpfee_totalfee_deprecation.py', + 'wallet_implicitsegwit.py', 'rpc_named_arguments.py', 'wallet_listsinceblock.py', 'p2p_leak.py', |