fixed generation of ownership inputs

This commit is contained in:
thomaslavaur 2025-04-11 09:40:13 +02:00
parent 36d2c7a31c
commit ec0eef618d

View File

@ -202,7 +202,7 @@ def PoseidonSponge(data, capacity, output_len):
return output
if len(sys.argv) != Integer(3):
if len(sys.argv) != Integer(2):
print("Usage: <script> <number of input>")
exit()