Pass in missing argument.

This commit is contained in:
Itamar Turner-Trauring 2023-02-07 09:08:06 -05:00
parent 51d44ba676
commit ea052b3c80

View File

@ -111,7 +111,8 @@ async def generate(
request,
alice,
(happy, case.params.required, case.params.total),
case.convergence
case.convergence,
case.segment_size
)
# Give the format a chance to make an RSA key if it needs it.