aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-08 11:24:59 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-10 14:09:19 -0400
commitfa85c985edbfd297aefb613445deab37c8769753 (patch)
tree9aba137a23638c981dc0a509b592b60a4974cebe /test/functional/test_framework/messages.py
parente254ff5d53b79bee29203b965fca572f218bff54 (diff)
downloadbitcoin-fa85c985edbfd297aefb613445deab37c8769753.tar.xz
qa: Add p2p_invalid_locator test
Diffstat (limited to 'test/functional/test_framework/messages.py')
-rwxr-xr-xtest/functional/test_framework/messages.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py
index af57e61f2f..557ba6092e 100755
--- a/test/functional/test_framework/messages.py
+++ b/test/functional/test_framework/messages.py
@@ -32,6 +32,7 @@ MY_SUBVERSION = b"/python-mininode-tester:0.0.3/"
MY_RELAY = 1 # from version 70001 onwards, fRelay should be appended to version messages (BIP37)
MAX_INV_SZ = 50000
+MAX_LOCATOR_SZ = 101
MAX_BLOCK_BASE_SIZE = 1000000
COIN = 100000000 # 1 btc in satoshis