diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-03 12:48:49 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-03 12:42:52 -0500 |
commit | faae5a9a356d821f0cbdea32030b0ce356351a1d (patch) | |
tree | 6633a446f6277e893012e2fb8371481cf9394361 /test/functional/test_framework/messages.py | |
parent | ac5c5d0162a963be6fbaa53261c01705436a65f3 (diff) |
test: Add bad-txns-*-toolarge test cases to invalid_txs
Diffstat (limited to 'test/functional/test_framework/messages.py')
-rwxr-xr-x | test/functional/test_framework/messages.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |