From fa156999695ddaeb016d8320bee62f8d96679d55 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 12 Mar 2020 13:36:46 -0400 Subject: test: Add basic test for BIP 37 --- 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 9d87b5638c..9b868020e1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -148,6 +148,7 @@ BASE_SCRIPTS = [ 'rpc_net.py', 'wallet_keypool.py', 'p2p_mempool.py', + 'p2p_filter.py', 'rpc_setban.py', 'p2p_blocksonly.py', 'mining_prioritisetransaction.py', -- cgit v1.2.3