snark-mixer
snark-mixer copied to clipboard
Problem when address of recipient begins with 0's
I went through a case where the address of the recipient was: 0x00ec379776641a6200a4f930cd031948f9aeab6c, and the withdraw function failed.
This is probably due to a error due to leading 0's being stripped from the binary string of the nullifier.
Weird, does the same thing happen when using the miximus repository?
Ah, it seems it does: https://github.com/barryWhiteHat/miximus/issues/6
Yeah that is really annoying. @AntoineRondelet I am so glad you are testing this stuff out :D