clearmatics / mobius

Trustless Tumbling for Transaction Privacy
GNU Lesser General Public License v3.0
85 stars 23 forks source link

Duplicate require condition (check for full ring) when calling the Withdraw function #43

Open magooster opened 6 years ago

magooster commented 6 years ago

The Withdraw function in the Mixer contract (Mixer.sol), includes a require condition for a full ring (Line 199). This require condition is also included in the LinkableRing solidity library (LinkableRing.sol) function SignatureValid (Line 255).