Montspy / LooPyGen

Loopring Python Minter on Layer 2
17 stars 6 forks source link

[python] Fail on generated image not unique #39

Closed Montspy closed 2 years ago

Montspy commented 2 years ago

The generator should fail gracefully with an explicit message if it failed to generate unique images.

The current behavior is to print a message but continue. Users might miss this and end up minting duplicated images.

Montspy commented 2 years ago

Implemented in e0e4252