From faae5a9a356d821f0cbdea32030b0ce356351a1d Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Tue, 3 Mar 2020 12:48:49 -0500 Subject: test: Add bad-txns-*-toolarge test cases to invalid_txs --- test/functional/test_framework/messages.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_framework/messages.py') diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py index 4f7a9a8b13..285a3fbbf4 100755 --- a/test/functional/test_framework/messages.py +++ b/test/functional/test_framework/messages.py @@ -39,6 +39,7 @@ MAX_LOCATOR_SZ = 101 MAX_BLOCK_BASE_SIZE = 1000000 COIN = 100000000 # 1 btc in satoshis +MAX_MONEY = 21000000 * COIN BIP125_SEQUENCE_NUMBER = 0xfffffffd # Sequence number that is BIP 125 opt-in and BIP 68-opt-out -- cgit v1.2.3