test: Add bad-txns-*-toolarge test cases to invalid_txs

This commit is contained in:
MarcoFalke
2020-03-03 12:48:49 -05:00
parent ac5c5d0162
commit faae5a9a35
3 changed files with 31 additions and 5 deletions

View File

@@ -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