From 5f213213cb17429353ef7ec3e97b185af06d236f Mon Sep 17 00:00:00 2001 From: Seibart Nedor Date: Mon, 6 Apr 2020 23:26:20 +0300 Subject: tests: add tests for cross-chain wallet use prevention --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3