diff options
author | Seibart Nedor <rodentrabies@protonmail.com> | 2020-04-06 23:26:20 +0300 |
---|---|---|
committer | Seibart Nedor <rodentrabies@protonmail.com> | 2022-02-16 15:02:26 +0200 |
commit | 5f213213cb17429353ef7ec3e97b185af06d236f (patch) | |
tree | 6b6e5412442222b24eb5fc71b1443ede55f75dd0 /test/functional/test_runner.py | |
parent | 968765973b5bfde1ee4ad2fb5c19e24bce63ad0e (diff) |
tests: add tests for cross-chain wallet use prevention
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 1a0d62aa8f..b31221548d 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -252,6 +252,7 @@ BASE_SCRIPTS = [ 'rpc_bind.py --ipv4', 'rpc_bind.py --ipv6', 'rpc_bind.py --nonloopback', + 'wallet_crosschain.py', 'mining_basic.py', 'feature_signet.py', 'wallet_bumpfee.py --legacy-wallet', |