We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d573e commit abef920Copy full SHA for abef920
design/ectf25_design/util.py
@@ -101,8 +101,6 @@ def subscription_key_for_decoder(self, decoder_id: int) -> bytes:
101
102
@classmethod
103
def generate(cls, channel_ids: list[int]) -> Self:
104
- assert len(channel_ids) <= 8, "Too many channel when generating global secrets"
105
-
106
channels = {}
107
# channel 0 always exists
108
channels[0] = ChannelKey.generate()
0 commit comments