mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-07 15:43:07 +00:00
fixed generation of ownership inputs
This commit is contained in:
parent
36d2c7a31c
commit
ec0eef618d
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user