This commit is contained in:
Peter D. Gray 2024-10-17 09:21:45 -04:00 committed by scgbckbone
parent 77059ffcf1
commit 359d05dc7b

View File

@ -15,6 +15,11 @@ from exceptions import CCCPolicyViolationError
# nLockTime in transaction above this value is a unix timestamp (time_t) not block height.
NLOCK_IS_TIME = const(500000000)
# limit to number of addresses in list TODO
MAX_WHITELIST = const(25)
# TODO: if A has already signed the PSBT, and we don't need key C, don't try; maybe show warning
class CCCFeature:
# we don't show the user the reason for policy fail (by design, so attacker