Merge 962ea5c525 into merged_master (Bitcoin PR bitcoin/bitcoin#28374)

This commit is contained in:
Byron Hambly 2025-11-06 09:52:16 +02:00
commit fcf66c57af
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
19 changed files with 568 additions and 120 deletions

View file

@ -28,7 +28,7 @@ from .messages import (
uint256_from_str,
)
from .ripemd160 import ripemd160
from .crypto.ripemd160 import ripemd160
MAX_SCRIPT_ELEMENT_SIZE = 520
MAX_PUBKEYS_PER_MULTI_A = 999