From 75656adfd2020a059ab6bb2c8dfcd7b245feea7e Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Tue, 25 Jan 2022 13:28:02 +0100 Subject: test: add functional test for `-maxtipage` parameter --- 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..c56e4cb79c 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -198,6 +198,7 @@ BASE_SCRIPTS = [ 'wallet_keypool.py --legacy-wallet', 'wallet_keypool.py --descriptors', 'wallet_descriptor.py --descriptors', + 'feature_maxtipage.py', 'p2p_nobloomfilter_messages.py', 'p2p_filter.py', 'rpc_setban.py', -- cgit v1.2.3