diff options
author | Suhas Daftuar <sdaftuar@gmail.com> | 2015-12-15 15:53:10 -0500 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@chaincode.com> | 2015-12-18 05:39:31 -0500 |
commit | 9b41a5fba278e9ab56a9b86e7a5fe195dcad0b7a (patch) | |
tree | 29a8d1d2e04f622ab5748ae54125bc779a25234e /qa/rpc-tests/test_framework/mininode.py | |
parent | 7a5040155ed59f8c9c51734bb2ee29f1593eaa6a (diff) |
Add more tests to p2p-fullblocktest
Diffstat (limited to 'qa/rpc-tests/test_framework/mininode.py')
-rwxr-xr-x | qa/rpc-tests/test_framework/mininode.py | 1 |
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 |