Montspy / LooPyGen

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

Allow a single wallet to be entered multiple times for transfer #76

Closed sk33z3r closed 2 years ago

sk33z3r commented 2 years ago

Instead of culling the list of duplicates, we should let them be. This way if someone transfers a collection and a few wallets ordered 2 of an item, then they can just paste the wallet twice and the system should just run a second transfer as normal.

Montspy commented 2 years ago

My bad! This is already the default behavior: Here is the --random transfer of NFTs to the same wallet twice image Closing