aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework/mininode.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2015-12-15 15:53:10 -0500
committerSuhas Daftuar <sdaftuar@chaincode.com>2015-12-18 05:39:31 -0500
commit9b41a5fba278e9ab56a9b86e7a5fe195dcad0b7a (patch)
tree29a8d1d2e04f622ab5748ae54125bc779a25234e /qa/rpc-tests/test_framework/mininode.py
parent7a5040155ed59f8c9c51734bb2ee29f1593eaa6a (diff)
downloadbitcoin-9b41a5fba278e9ab56a9b86e7a5fe195dcad0b7a.tar.xz
Add more tests to p2p-fullblocktest
Diffstat (limited to 'qa/rpc-tests/test_framework/mininode.py')
-rwxr-xr-xqa/rpc-tests/test_framework/mininode.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/test_framework/mininode.py b/qa/rpc-tests/test_framework/mininode.py
index 9d0fb713a1..8e49b56565 100755
--- a/qa/rpc-tests/test_framework/mininode.py
+++ b/qa/rpc-tests/test_framework/mininode.py
@@ -36,6 +36,7 @@ MY_VERSION = 60001 # past bip-31 for ping/pong
MY_SUBVERSION = "/python-mininode-tester:0.0.1/"
MAX_INV_SZ = 50000
+MAX_BLOCK_SIZE = 1000000
# Keep our own socket map for asyncore, so that we can track disconnects
# ourselves (to workaround an issue with closing an asyncore socket when