gildlab / ethgild

Other
2 stars 3 forks source link

Add missing vm.assume(alice != bob) to testMintSomeoneElse #136

Closed ninokeldishvili closed 1 month ago

ninokeldishvili commented 1 month ago

Motivation

need to assume that alice != bob, not that aliceSeed != bobSeed seeds are modulo'd so the output can collide

Solution

Add vm.assume(alice != bob) wherever missing

Checks

By submitting this for review, I'm confirming I've done the following: