aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-mempool.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/p2p-mempool.py')
-rwxr-xr-xqa/rpc-tests/p2p-mempool.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/rpc-tests/p2p-mempool.py b/qa/rpc-tests/p2p-mempool.py
index 1fd125fdcd..c6b1490211 100755
--- a/qa/rpc-tests/p2p-mempool.py
+++ b/qa/rpc-tests/p2p-mempool.py
@@ -2,6 +2,11 @@
# Copyright (c) 2015-2016 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
+"""Test p2p mempool message.
+
+Test that nodes are disconnected if they send mempool messages when bloom
+filters are not enabled.
+"""
from test_framework.mininode import *
from test_framework.test_framework import BitcoinTestFramework