diff options
author | Pieter Wuille <pieter@wuille.net> | 2022-01-11 11:56:59 -0500 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2022-01-12 11:09:41 -0500 |
commit | eb0667ea96d52db9135514a5e95ab943f6abd8a6 (patch) | |
tree | e1d3154f818b4e8a045e7f2dde283808b1ffd28d /test/functional/test_framework/script.py | |
parent | c17c6aa08df81aa0086d80b50187c8cd60ecc222 (diff) |
Add tests for (sorted)multi_a derivation/signing
Diffstat (limited to 'test/functional/test_framework/script.py')
-rw-r--r-- | test/functional/test_framework/script.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/script.py b/test/functional/test_framework/script.py index 7791ae5392..65b268d1d7 100644 --- a/test/functional/test_framework/script.py +++ b/test/functional/test_framework/script.py @@ -27,6 +27,7 @@ from .messages import ( from .ripemd160 import ripemd160 MAX_SCRIPT_ELEMENT_SIZE = 520 +MAX_PUBKEYS_PER_MULTI_A = 512 LOCKTIME_THRESHOLD = 500000000 ANNEX_TAG = 0x50 |