From b5f33ac1f82aea290b4653af36ac2ad1bf1cce7b Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 11 Jan 2022 12:07:14 -0500 Subject: Simplify wallet_taproot.py functional test --- test/functional/test_framework/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/test_framework/script.py') diff --git a/test/functional/test_framework/script.py b/test/functional/test_framework/script.py index 65b268d1d7..2b70eab4e4 100644 --- a/test/functional/test_framework/script.py +++ b/test/functional/test_framework/script.py @@ -27,7 +27,7 @@ from .messages import ( from .ripemd160 import ripemd160 MAX_SCRIPT_ELEMENT_SIZE = 520 -MAX_PUBKEYS_PER_MULTI_A = 512 +MAX_PUBKEYS_PER_MULTI_A = 999 LOCKTIME_THRESHOLD = 500000000 ANNEX_TAG = 0x50 -- cgit v1.2.3