diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-12 13:36:46 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-25 06:45:43 -0400 |
commit | fa156999695ddaeb016d8320bee62f8d96679d55 (patch) | |
tree | 1bae058d0c4e08422ec41392c063c677158dfb06 /test/functional/test_runner.py | |
parent | 2737197ff39f98b0fbdf0fe913c1a7c8ee0f318c (diff) |
test: Add basic test for BIP 37
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |