From c4d76c6faa3adf06f192649e169ca860ce420d30 Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Mon, 18 Oct 2021 16:24:24 -0400 Subject: tests: Tests for inactive HD chains test cases are added for inactive HD chains: a basic case, a case where the wallet is encrypted, and a case for the 21605 segfault. --- 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 0a764a1755..0cd0c7c3a5 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -279,6 +279,7 @@ BASE_SCRIPTS = [ 'wallet_send.py --descriptors', 'wallet_create_tx.py --descriptors', 'wallet_taproot.py', + 'wallet_inactive_hdchains.py', 'p2p_fingerprint.py', 'feature_uacomment.py', 'feature_init.py', -- cgit v1.2.3