From fa272eab44553df9b0bed3ca20caf2a7bd193680 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 14 Jan 2022 11:51:38 +0100 Subject: wallet: Avoid dropping confirmed coins --- 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 eb2d030f4a..32497ec96e 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -308,6 +308,7 @@ BASE_SCRIPTS = [ 'feature_coinstatsindex.py --legacy-wallet', 'feature_coinstatsindex.py --descriptors', 'wallet_orphanedreward.py', + 'wallet_timelock.py', 'p2p_node_network_limited.py', 'p2p_permissions.py', 'feature_blocksdir.py', -- cgit v1.2.3