convex
convex copied to clipboard
_() returns a value of 1 in convex-scrypt
The _ underscore is translated to a * before being submitted to the CVM, so it is the same as
*()
I think this is an artifact of the conversion of _ to * so you can use things like _address_ in Scrypt. We should probably come up with a more general approach.